From: Stefan E. <se...@us...> - 2003-11-17 14:20:06
|
Update of /cvsroot/blob/blob/include/blob In directory sc8-pr-cvs1:/tmp/cvs-serv14618/include/blob Modified Files: linux.h Log Message: Add RotAlign Alpha arch number. Index: linux.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/linux.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- linux.h 4 Sep 2003 18:10:41 -0000 1.16 +++ linux.h 17 Nov 2003 14:19:25 -0000 1.17 @@ -78,6 +78,8 @@ # define ARCH_NUMBER (74) #elif defined CSIR_IMS # define ARCH_NUMBER (358) +#elif defined RA_ALPHA +# define ARCH_NUMBER (412) #else #warning "FIXME: Calling the kernel with a generic SA1100 architecture code. YMMV!" #define ARCH_NUMBER (18) |