]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/blackfin/mach-bf561/include/mach/bf561.h
Blackfin arch: put quotes around error to silence a ton of warnings from gcc-4.3
[linux-2.6-omap-h63xx.git] / arch / blackfin / mach-bf561 / include / mach / bf561.h
index 3ef9e5f36136d09f3f385142589b8b92b7301e93..9968362a2ee4acc3bdae280e7c947e28defc3307 100644 (file)
@@ -30,8 +30,6 @@
 #ifndef __MACH_BF561_H__
 #define __MACH_BF561_H__
 
-#define SUPPORTED_REVID                0x3
-
 #define OFFSET_(x) ((x) & 0x0000FFFF)
 
 /*some misc defines*/
 
 #ifdef CONFIG_BF561
 #define CPU "BF561"
-#define CPUID 0x027bb000
+#define CPUID 0x27bb
 #endif
+
 #ifndef CPU
-#define CPU "UNKNOWN"
-#define CPUID 0x0
+#error "Unknown CPU type - This kernel doesn't seem to be configured properly"
 #endif
 
 #endif                         /* __MACH_BF561_H__  */