summary refs log tree commit diff
path: root/include/asm-parisc/signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-parisc/signal.h')
-rw-r--r--include/asm-parisc/signal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-parisc/signal.h b/include/asm-parisc/signal.h
index 98a82fa0cfdb..c20356375d1d 100644
--- a/include/asm-parisc/signal.h
+++ b/include/asm-parisc/signal.h
@@ -105,7 +105,7 @@
 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