]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Merge branch 'linus' into x86/cleanups
authorIngo Molnar <mingo@elte.hu>
Mon, 29 Dec 2008 12:09:40 +0000 (13:09 +0100)
committerIngo Molnar <mingo@elte.hu>
Mon, 29 Dec 2008 12:09:40 +0000 (13:09 +0100)
1  2 
arch/x86/kernel/apic.c

diff --combined arch/x86/kernel/apic.c
index 3a961bd9f619d6ed70c3c90f7c0b12cf8764f23d,b5229affb95397cf8dbab2f49ab823497f8ba531..c67722f010bde3492cf30973907a8390a0e87cb4
@@@ -30,6 -30,7 +30,7 @@@
  #include <linux/module.h>
  #include <linux/dmi.h>
  #include <linux/dmar.h>
+ #include <linux/ftrace.h>
  
  #include <asm/atomic.h>
  #include <asm/smp.h>
@@@ -97,8 -98,8 +98,8 @@@ __setup("apicpmtimer", setup_apicpmtime
  #ifdef HAVE_X2APIC
  int x2apic;
  /* x2apic enabled before OS handover */
 -int x2apic_preenabled;
 -int disable_x2apic;
 +static int x2apic_preenabled;
 +static int disable_x2apic;
  static __init int setup_nox2apic(char *str)
  {
        disable_x2apic = 1;
@@@ -790,7 -791,7 +791,7 @@@ static void local_apic_timer_interrupt(
   * [ if a single-CPU system runs an SMP kernel then we call the local
   *   interrupt as well. Thus we cannot inline the local irq ... ]
   */
- void smp_apic_timer_interrupt(struct pt_regs *regs)
+ void __irq_entry smp_apic_timer_interrupt(struct pt_regs *regs)
  {
        struct pt_regs *old_regs = set_irq_regs(regs);