kernel-aes67/arch/x86/mm
Avi Kivity 31f4d870b0 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>
2008-05-17 22:57:20 +02:00
..
Makefile
discontig_32.c
dump_pagetables.c
extable.c
fault.c
highmem_32.c
hugetlbpage.c
init_32.c
init_64.c
ioremap.c
k8topology_64.c
mmap.c
numa_64.c
pageattr-test.c
pageattr.c
pat.c
pgtable.c
pgtable_32.c
srat_64.c