aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include/asm.h
diff options
context:
space:
mode:
authorOlivier Houchard <cognet@FreeBSD.org>2006-08-30 11:45:07 +0000
committerOlivier Houchard <cognet@FreeBSD.org>2006-08-30 11:45:07 +0000
commit4731df1ee79cfa0ed8dba5afe9ec193fbc762436 (patch)
tree2b102dc0ab5245322716707ea4dce01a4b36d0fe /sys/arm/include/asm.h
parentd50cc5583f372a967b40a4eee79b19e32d6b73df (diff)
Notes
Diffstat (limited to 'sys/arm/include/asm.h')
-rw-r--r--sys/arm/include/asm.h9
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 */