Go to the documentation of this file.
5 #if defined(CONFIG_SMP)
10 #define PDC_OS_BOOT_RENDEZVOUS 0x10
11 #define PDC_OS_BOOT_RENDEZVOUS_HI 0x28
14 #include <linux/bitops.h>
17 typedef unsigned long address_t;
25 #define cpu_number_map(cpu) (cpu)
26 #define cpu_logical_map(cpu) (cpu)
35 #define raw_smp_processor_id() (current_thread_info()->cpu)
43 #define NO_PROC_ID 0xFF
44 #define ANY_PROC_ID 0xFF