Staging
v0.5.1
https://github.com/torvalds/linux
Revision 31f4d870b02e1590260ab7f2a9ff74306bd27e88 authored by Avi Kivity on 14 May 2008, 09:20:32 UTC, committed by Thomas Gleixner on 17 May 2008, 20:57:20 UTC
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>
1 parent a738d89
History
Tip revision: 31f4d870b02e1590260ab7f2a9ff74306bd27e88 authored by Avi Kivity on 14 May 2008, 09:20:32 UTC
x86: fix crash on cpu hotplug on pat-incapable machines
Tip revision: 31f4d87
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
virt
.gitignore -rw-r--r-- 682 bytes
.mailmap -rw-r--r-- 3.6 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 90.5 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 97.3 KB
Makefile -rw-r--r-- 53.7 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top