From: Stefan E. <se...@us...> - 2002-01-07 17:54:19
|
Update of /cvsroot/blob/blob/include/blob In directory usw-pr-cvs1:/tmp/cvs-serv1291 Modified Files: sa1111.h Log Message: - make newer kernel include files happy Index: sa1111.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/sa1111.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- sa1111.h 2001/12/27 18:27:37 1.3 +++ sa1111.h 2002/01/07 17:54:14 1.4 @@ -33,6 +33,10 @@ #endif #define SA1111_p2v(x) (x) +#define SA1101_p2v(PhAdd) (PhAdd) +#define io_p2v(x) (x) +#define __REG(x) (*((volatile u32 *)io_p2v(x))) +#define __REGP(x) (*((volatile u32 *)io_p2v(x))) /* Tell SA-1111.h to shut up; we're including it anyway. Nyah nyah ;-) */ #define __ASM_ARCH_HARDWARE_H |