Update of /cvsroot/linux-mips/linux/include/asm-mips64
In directory usw-pr-cvs1:/tmp/cvs-serv13615
Modified Files:
asm.h
Log Message:
Synced up.
Index: asm.h
===================================================================
RCS file: /cvsroot/linux-mips/linux/include/asm-mips64/asm.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** asm.h 2001/09/04 11:25:25 1.4
--- asm.h 2001/09/04 16:15:14 1.5
***************
*** 135,140 ****
prefx hint,addr
#else
! #define PREF(hint,addr)
! #define PREFX(hint,addr)
#endif
--- 135,140 ----
prefx hint,addr
#else
! #define PREF
! #define PREFX
#endif
|