avr32: add two new at91 to cpu.h definition
authorNicolas Ferre <nicolas.ferre@atmel.com>
Mon, 6 Jul 2009 10:15:12 +0000 (12:15 +0200)
committerHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
Tue, 6 Oct 2009 17:19:54 +0000 (19:19 +0200)
Somme common drivers will need those at91 cpu_is_xxx() definitions. As
at91sam9g10 and at91sam9g45 are on the way to linus' tree, here is the patch
that adds those chips to cpu.h in AVR32 architecture.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
arch/avr32/mach-at32ap/include/mach/cpu.h

index 44d0bfa1f4095b7e531b653d43a9a7f6d6a27cb2..c253e9bb5616749f65b99788dc9c346859d6597f 100644 (file)
@@ -31,5 +31,7 @@
 #define cpu_is_at91sam9263()   (0)
 #define cpu_is_at91sam9rl()    (0)
 #define cpu_is_at91cap9()      (0)
+#define cpu_is_at91sam9g10()   (0)
+#define cpu_is_at91sam9g45()   (0)
 
 #endif /* __ASM_ARCH_CPU_H */