Update of /cvsroot/blob/blob/include/blob
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17671/include/blob
Modified Files:
linux.h
Log Message:
DAFIT has its own arch type now.
Index: linux.h
===================================================================
RCS file: /cvsroot/blob/blob/include/blob/linux.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- linux.h 27 Nov 2003 03:24:31 -0000 1.18
+++ linux.h 5 Feb 2004 18:15:32 -0000 1.19
@@ -72,8 +72,10 @@
# define ARCH_NUMBER (97)
#elif defined SMDK2500
# define ARCH_NUMBER (166)
-#elif defined PT_SYSTEM3 || defined PT_DAFIT
+#elif defined PT_SYSTEM3
# define ARCH_NUMBER (112)
+#elif defined PT_DAFIT
+# define ARCH_NUMBER (307)
#elif defined TRIZEPS
# define ARCH_NUMBER (74)
#elif defined CSIR_IMS
|