kernel-hacking-2024-linux-s.../arch
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
..
alpha
arm atmel_lcdfb: fix initialization of a pre-allocated framebuffer 2008-05-14 19:11:13 -07:00
avr32
blackfin [Blackfin] arch: protect linux/usb/musb.h include until the driver gets mainlined 2008-05-10 00:08:12 +08:00
cris cris: kill sys_pipe implementation 2008-05-09 08:03:03 -07:00
frv
h8300
ia64 [IA64] fix personality(PER_LINUX32) performance issue 2008-05-15 09:54:19 -07:00
m32r m32r: use generic sys_pipe 2008-05-09 08:04:56 -07:00
m68k m68k: remove old mac_esp cruft 2008-05-05 12:38:50 -07:00
m68knommu m68knommu: missing sections for linker script 2008-05-13 08:02:25 -07:00
mips [MIPS] Pb1000: bury the remnants of the PCI code 2008-05-12 16:46:56 +01:00
mn10300 mn10300: replace deprecated "TOPDIR" with newer "srctree" 2008-05-13 08:02:24 -07:00
parisc Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 2008-05-15 09:09:43 -07:00
powerpc [POWERPC] cell: Fix section mismatches in io-workarounds code 2008-05-15 20:49:57 +10:00
ppc [POWERPC] ppc: More compile fixes 2008-05-12 22:57:51 +10:00
s390 [S390] show_interrupts: prevent cpu hotplug when walking cpu_online_map. 2008-05-15 16:52:41 +02:00
sh lib: create common ascii hex array 2008-05-14 19:11:14 -07:00
sparc sparc: Fix mremap address range validation. 2008-05-12 16:33:33 -07:00
sparc64 sparc64: Use a TS_RESTORE_SIGMASK 2008-05-12 22:45:15 -07:00
um uml: track and make up lost ticks 2008-05-13 08:02:22 -07:00
v850
x86 x86: fix crash on cpu hotplug on pat-incapable machines 2008-05-17 22:57:20 +02:00
xtensa
.gitignore
Kconfig