]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/asm-parisc/signal.h
Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6
[karo-tx-linux.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