]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-arm/proc-fns.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest
[linux-2.6-omap-h63xx.git] / include / asm-arm / proc-fns.h
index ea7e54c319be535ed1777640f0e1740b36c748a5..5599d4e5e7080afdb23ac2e8eb1cac308158e9cd 100644 (file)
 #   define CPU_NAME cpu_v6
 #  endif
 # endif
+# ifdef CONFIG_CPU_V7
+#  ifdef CPU_NAME
+#   undef  MULTI_CPU
+#   define MULTI_CPU
+#  else
+#   define CPU_NAME cpu_v7
+#  endif
+# endif
 #endif
 
 #ifndef __ASSEMBLY__