]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: clean up esr_disable() methods
authorIngo Molnar <mingo@elte.hu>
Wed, 28 Jan 2009 04:01:41 +0000 (05:01 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 28 Jan 2009 22:20:17 +0000 (23:20 +0100)
commitf6f52baf2613dd319e9ba3f3319bf1f1c442e4b3
tree1eb8f814939501c10f3f18af86f9c5a5d25c7310
parentfe402e1f2b67a63f1e53ab2a316fc20f7ca4ec91
x86: clean up esr_disable() methods

Impact: cleanup

Most subarchitectures want to disable the APIC ESR (Error Status Register),
because they generally have hardware hacks that wrap standard CPUs into
a bigger system and hence the APIC bus is quite non-standard and weirdnesses
(lockups) have been seen with ESR reporting.

Remove the esr_disable macros and put the desired flag into each
subarchitecture's genapic template directly.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
12 files changed:
arch/x86/include/asm/bigsmp/apic.h
arch/x86/include/asm/es7000/apic.h
arch/x86/include/asm/mach-default/mach_apic.h
arch/x86/include/asm/mach-generic/mach_apic.h
arch/x86/include/asm/numaq/apic.h
arch/x86/include/asm/summit/apic.h
arch/x86/kernel/apic.c
arch/x86/mach-generic/bigsmp.c
arch/x86/mach-generic/default.c
arch/x86/mach-generic/es7000.c
arch/x86/mach-generic/numaq.c
arch/x86/mach-generic/summit.c