X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-parisc%2Fsignal.h;h=c20356375d1d5630f07d98ed27212b6e5d08a257;hb=7616ee95f27a04fd5a6434e9ef4a82cec4b2807c;hp=98a82fa0cfdbffeb53bee0ba8d2f61cfeccb0185;hpb=b4b9034132c7e1e4474999e688dd7d03b7d97a99;p=linux-2.6 diff --git a/include/asm-parisc/signal.h b/include/asm-parisc/signal.h index 98a82fa0cf..c20356375d 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