X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Fasm-cris%2Fsmp.h;h=dba33aba3e95583e815becee7cfecca797d64b9b;hb=30d38542ec777468bb6a31829076a2dbc5690e35;hp=dca5ef1d8c97a39471d5050ea3e9fd4b73d387e1;hpb=2f058256cb64e346f4fb4499ff4e0f1c2791a4b4;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-cris/smp.h b/include/asm-cris/smp.h index dca5ef1d8c9..dba33aba3e9 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