X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Fasm-ia64%2Fsmp.h;h=62014b643ecd2df5164e8617cadf25f606db821f;hb=2f4dfe206a2fc07099dfad77a8ea2f4b4ae2140f;hp=60fd4ae014f6fbe8a3fe19b8e9171a7e277f609e;hpb=185a257f2f73bcd89050ad02da5bedbc28fc43fa;p=~andy%2Flinux diff --git a/include/asm-ia64/smp.h b/include/asm-ia64/smp.h index 60fd4ae014f..62014b643ec 100644 --- a/include/asm-ia64/smp.h +++ b/include/asm-ia64/smp.h @@ -128,8 +128,9 @@ extern void unlock_ipi_calllock(void); extern void identify_siblings (struct cpuinfo_ia64 *); extern int is_multithreading_enabled(void); -#else +#else /* CONFIG_SMP */ +#define hard_smp_processor_id() 0 #define cpu_logical_id(i) 0 #define cpu_physical_id(i) ia64_get_lid()