From: Paul M. <le...@us...> - 2001-09-04 11:25:29
|
Update of /cvsroot/linux-mips/linux/include/asm-mips64 In directory usw-pr-cvs1:/tmp/cvs-serv26152/include/asm-mips64 Modified Files: asm.h Log Message: mips64 cleanups. necessary for building a functional image for the i2. Index: asm.h =================================================================== RCS file: /cvsroot/linux-mips/linux/include/asm-mips64/asm.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** asm.h 2001/07/16 18:36:26 1.3 --- asm.h 2001/09/04 11:25:25 1.4 *************** *** 135,140 **** prefx hint,addr #else ! #define PREF ! #define PREFX #endif --- 135,140 ---- prefx hint,addr #else ! #define PREF(hint,addr) ! #define PREFX(hint,addr) #endif |