Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-07 | powerpc: Various UP build fixes | Paul Mackerras | |
Mostly this involves adding #include <asm/smp.h>, since that defines things like boot_cpuid[_phys] and [gs]et_hard_smp_processor_id, which are SMP-related but still needed on UP. This incorporates fixes posted by Olof Johansson and Heikki Lindholm. Signed-off-by: Paul Mackerras <paulus@samba.org> | |||
2005-11-05 | powerpc: Merge smp.c and smp.h | Paul Mackerras | |
This also moves setup_cpu_maps to setup-common.c (calling it smp_setup_cpu_maps) and uses it on both 32-bit and 64-bit. Signed-off-by: Paul Mackerras <paulus@samba.org> |