]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-avr32/arch-at32ap/cpu.h
[ARM] 4764/1: [AT91] AT91CAP9 core support
[linux-2.6-omap-h63xx.git] / include / asm-avr32 / arch-at32ap / cpu.h
index 2bdc5bd6f793227308b4c40ac3127e2cc8e2d45d..44d0bfa1f4095b7e531b653d43a9a7f6d6a27cb2 100644 (file)
@@ -14,7 +14,7 @@
  * Only AT32AP7000 is defined for now. We can identify the specific
  * chip at runtime, but I'm not sure if it's really worth it.
  */
-#ifdef CONFIG_CPU_AT32AP7000
+#ifdef CONFIG_CPU_AT32AP700X
 # define cpu_is_at32ap7000()   (1)
 #else
 # define cpu_is_at32ap7000()   (0)
@@ -29,5 +29,7 @@
 #define cpu_is_at91sam9260()   (0)
 #define cpu_is_at91sam9261()   (0)
 #define cpu_is_at91sam9263()   (0)
+#define cpu_is_at91sam9rl()    (0)
+#define cpu_is_at91cap9()      (0)
 
 #endif /* __ASM_ARCH_CPU_H */