]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-parisc/signal.h
split the typecheck macros out of include/linux/kernel.h
[linux-2.6-omap-h63xx.git] / include / asm-parisc / signal.h
index 98a82fa0cfdbffeb53bee0ba8d2f61cfeccb0185..c20356375d1d5630f07d98ed27212b6e5d08a257 100644 (file)
 struct siginfo;
 
 /* Type of a signal handler.  */
-#ifdef __LP64__
+#ifdef CONFIG_64BIT
 /* function pointers on 64-bit parisc are pointers to little structs and the
  * compiler doesn't support code which changes or tests the address of
  * the function in the little struct.  This is really ugly -PB