Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux...
[sfrench/cifs-2.6.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