diff options
| author | Olivier Houchard <cognet@FreeBSD.org> | 2006-08-30 11:45:07 +0000 |
|---|---|---|
| committer | Olivier Houchard <cognet@FreeBSD.org> | 2006-08-30 11:45:07 +0000 |
| commit | 4731df1ee79cfa0ed8dba5afe9ec193fbc762436 (patch) | |
| tree | 2b102dc0ab5245322716707ea4dce01a4b36d0fe /sys/arm | |
| parent | d50cc5583f372a967b40a4eee79b19e32d6b73df (diff) | |
Notes
Diffstat (limited to 'sys/arm')
| -rw-r--r-- | sys/arm/include/asm.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/arm/include/asm.h b/sys/arm/include/asm.h index a1a0c435193cb..61d2a762e4b47 100644 --- a/sys/arm/include/asm.h +++ b/sys/arm/include/asm.h @@ -55,15 +55,6 @@ #define _JB_MAGIC__SETJMP 0x4278f500 #define _JB_MAGIC_SETJMP 0x4278f501 #endif -#if 0 -#ifdef __STDC__ -# define __CONCAT(x,y) x ## y -# define __STRING(x) #x -#else -# define __CONCAT(x,y) x/**/y -# define __STRING(x) "x" -#endif -#endif #define I32_bit (1 << 7) /* IRQ disable */ #define F32_bit (1 << 6) /* FIQ disable */ |
