X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-parisc%2Fsignal.h;h=c20356375d1d5630f07d98ed27212b6e5d08a257;hb=13b3c3fa27f8f4ed306ce624f446fab000dd8ee4;hp=98a82fa0cfdbffeb53bee0ba8d2f61cfeccb0185;hpb=f82bc1762e0e74b7e0040a4d83be06d32c37fc2e;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-parisc/signal.h b/include/asm-parisc/signal.h index 98a82fa0cfd..c20356375d1 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