kernel: add a cpu type for the rabbit 2k
authorAlan Cox <alan@linux.intel.com>
Sat, 30 Jun 2018 22:08:17 +0000 (23:08 +0100)
committerAlan Cox <alan@linux.intel.com>
Sat, 30 Jun 2018 22:08:17 +0000 (23:08 +0100)
Kernel/include/kernel.h

index 1b852ee..b8651df 100644 (file)
@@ -87,6 +87,7 @@ From UZI by Doug Braun and UZI280 by Stefan Nitschke.
 #define CPUTYPE_68HC11 6
 #define CPUTYPE_8086   7
 #define CPUTYPE_65C816 8
+#define CPUTYPE_R2K    9
 
 /* Maximum UFTSIZE can be is 16, then you need to alter the O_CLOEXEC code */