commit | f6f52baf2613dd319e9ba3f3319bf1f1c442e4b3 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Wed Jan 28 05:01:41 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 28 23:20:17 2009 +0100 |
tree | 1eb8f814939501c10f3f18af86f9c5a5d25c7310 | |
parent | fe402e1f2b67a63f1e53ab2a316fc20f7ca4ec91 [diff] |
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>