From: Stefan E. <se...@us...> - 2002-10-14 13:18:03
|
Update of /cvsroot/blob/blob/include/blob In directory usw-pr-cvs1:/tmp/cvs-serv9483/include/blob Modified Files: arch.h linux.h Log Message: - integrated CEP patch sent by "Matej Sekoranja" <mat...@co...> Index: arch.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/arch.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- arch.h 14 Aug 2002 21:11:57 -0000 1.10 +++ arch.h 14 Oct 2002 13:17:28 -0000 1.11 @@ -42,6 +42,8 @@ # include <blob/arch/badge4.h> #elif defined BRUTUS # include <blob/arch/brutus.h> +#elif defined CEP +# include <blob/arch/cep.h> #elif defined CLART # include <blob/arch/clart.h> #elif defined FRODO Index: linux.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/linux.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- linux.h 14 Aug 2002 21:11:57 -0000 1.10 +++ linux.h 14 Oct 2002 13:17:29 -0000 1.11 @@ -44,6 +44,8 @@ # define ARCH_NUMBER (148) #elif defined BRUTUS # define ARCH_NUMBER (16) +#elif defined CEP +# define ARCH_NUMBER (151) #elif defined CLART # define ARCH_NUMBER (68) #elif defined H3600 |