From: Christopher H. <ch...@us...> - 2002-01-15 02:02:21
|
Update of /cvsroot/blob/blob/include/blob In directory usw-pr-cvs1:/tmp/cvs-serv30485/include/blob Modified Files: linux.h Log Message: use official rmk-issued architecture number for ARCH_BADGE4 Index: linux.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/linux.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- linux.h 2001/12/27 18:27:37 1.4 +++ linux.h 2002/01/15 02:02:18 1.5 @@ -35,7 +35,7 @@ #if defined ASSABET # define ARCH_NUMBER (25) #elif defined BADGE4 -# define ARCH_NUMBER (138) +# define ARCH_NUMBER (148) #elif defined BRUTUS # define ARCH_NUMBER (16) #elif defined CLART |