]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-cris/smp.h
hwmon: (lm90) Fix handling of hysteresis value
[linux-2.6-omap-h63xx.git] / include / asm-cris / smp.h
index c2f4feaa041d743144e39b03d8a36210752e7e73..dba33aba3e95583e815becee7cfecca797d64b9b 100644 (file)
@@ -1,4 +1,11 @@
 #ifndef __ASM_SMP_H
 #define __ASM_SMP_H
 
+#include <linux/cpumask.h>
+
+extern cpumask_t phys_cpu_present_map;
+extern cpumask_t cpu_possible_map;
+
+#define raw_smp_processor_id() (current_thread_info()->cpu)
+
 #endif