diff options
author | Andi Kleen <ak@suse.de> | 2005-09-12 16:49:23 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-12 17:49:55 (GMT) |
commit | 61c11341ed798db9b99b30c1711c1cf458457806 (patch) | |
tree | 2e5ff34ede24ca3e88b5f49170fb1b717b80c080 /include | |
parent | eddfb4ed290383abf912630fa8dac5acf65c9e55 (diff) | |
download | linux-61c11341ed798db9b99b30c1711c1cf458457806.tar.xz |
[PATCH] x86-64: Remove esr disable hack in APIC code
This was just needed for the Numasaurus, which fortunately
doesn't support x86-64 CPUs.
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-x86_64/apic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86_64/apic.h b/include/asm-x86_64/apic.h index 16ec82e..1559d78 100644 --- a/include/asm-x86_64/apic.h +++ b/include/asm-x86_64/apic.h @@ -111,7 +111,6 @@ extern unsigned int nmi_watchdog; #endif /* CONFIG_X86_LOCAL_APIC */ -#define esr_disable 0 extern unsigned boot_cpu_id; #endif /* __ASM_APIC_H */ |