original_kernel/arch/powerpc/platforms/pseries
Paul Mackerras f64071200a [POWERPC] Fix compile error with kexec and CONFIG_SMP=n
Commit 2f4dfe206a moved the definition
of hard_smp_processor_id() for the UP case from include/linux/smp.h
to include/asm/smp.h.  However, include/linux/smp.h only includes
include/asm/smp.h in the SMP case, so code that wants to use
hard_smp_processor_id() has to include <asm/smp.h> explicitly to
be sure of getting the definition.

Signed-off-by: Paul Mackerras <paulus@samba.org>
2007-05-10 22:17:18 +10:00
..
Kconfig
Makefile
eeh.c
eeh_cache.c
eeh_driver.c
eeh_event.c
firmware.c
hotplug-cpu.c
hvCall.S
hvCall_inst.c
hvconsole.c
hvcserver.c
iommu.c
kexec.c
lpar.c
msi.c
nvram.c
pci.c
pci_dlpar.c
plpar_wrappers.h
power.c
pseries.h
ras.c
reconfig.c
rtasd.c
scanlog.c
setup.c
smp.c
xics.c
xics.h