X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-cris%2Fsmp.h;h=dba33aba3e95583e815becee7cfecca797d64b9b;hb=c27e8818a09bbdfe7c07c629cb2c27e1a742e156;hp=dca5ef1d8c97a39471d5050ea3e9fd4b73d387e1;hpb=2fca877b68b2b4fc5b94277858a1bedd46017cde;p=linux-2.6 diff --git a/include/asm-cris/smp.h b/include/asm-cris/smp.h index dca5ef1d8c..dba33aba3e 100644 --- a/include/asm-cris/smp.h +++ b/include/asm-cris/smp.h @@ -4,8 +4,8 @@ #include extern cpumask_t phys_cpu_present_map; -#define cpu_possible_map phys_cpu_present_map +extern cpumask_t cpu_possible_map; -#define __smp_processor_id() (current_thread_info()->cpu) +#define raw_smp_processor_id() (current_thread_info()->cpu) #endif