commit | 31f4d870b02e1590260ab7f2a9ff74306bd27e88 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Wed May 14 12:20:32 2008 +0300 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sat May 17 22:57:20 2008 +0200 |
tree | 9384bfc0e6bc23993feefc3344aa91ef2b0d933a | |
parent | a738d897b7b03b83488ae74a9bc03d26a2875dc6 [diff] |
x86: fix crash on cpu hotplug on pat-incapable machines pat_disable() is __init, which means it goes away after booting is complete. Unfortunately it is used by the hotplug code if the machine is not pat-capable, causing a crash. Fix by marking pat_disable() as __cpuinit. Signed-off-by: Avi Kivity <avi@qumranet.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>