diff options
author | Andi Kleen <ak@suse.de> | 2007-10-19 20:35:03 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-19 20:35:03 +0200 |
commit | 54ef34009a69f95c25685247e73673dfeb435c71 (patch) | |
tree | 2a8e01d4bcfd24f467a1a30218005ccfe9c06a70 /include/asm-x86/io_apic_64.h | |
parent | 158ad3260ba3b006e3c6dfad05298e9d7889c5b1 (diff) |
x86: Unify i386 and x86-64 early quirks
They were already very similar; just use the same file now.
[ tglx: arch/x86 adaptation ]
Cc: lenb@kernel.org
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/asm-x86/io_apic_64.h')
-rw-r--r-- | include/asm-x86/io_apic_64.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/io_apic_64.h b/include/asm-x86/io_apic_64.h index d9f2e54324d..e2c13675ee4 100644 --- a/include/asm-x86/io_apic_64.h +++ b/include/asm-x86/io_apic_64.h @@ -133,4 +133,6 @@ void enable_NMI_through_LVT0 (void * dummy); extern spinlock_t i8259A_lock; +extern int timer_over_8254; + #endif |