Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | powerpc: Various UP build fixes | Paul Mackerras | 2005-11-06 |
| | | | | | | | | | 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> | ||
* | powerpc: Merge smp.c and smp.h | Paul Mackerras | 2005-11-04 |
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> |