jbd2: fix race between jbd2_journal_try_to_free_buffers() and jbd2 commit transaction
[deliverable/linux.git] / include / asm-cris / smp.h
index dca5ef1d8c97a39471d5050ea3e9fd4b73d387e1..dba33aba3e95583e815becee7cfecca797d64b9b 100644 (file)
@@ -4,8 +4,8 @@
 #include <linux/cpumask.h>
 
 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
This page took 0.024286 seconds and 5 git commands to generate.