X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-parisc%2Fsystem.h;h=7e9afa720d4389b31e5a4fc1e1164ec23df5def0;hb=e389f9aec689209724105ae80a6c91fd2e747bc9;hp=74f037a39e6f032ce6a76ae974d521f6357d1f6e;hpb=83b0fe818cd2f6cc03365440f2b7cca297a45b4f;p=powerpc.git diff --git a/include/asm-parisc/system.h b/include/asm-parisc/system.h index 74f037a39e..7e9afa720d 100644 --- a/include/asm-parisc/system.h +++ b/include/asm-parisc/system.h @@ -34,7 +34,7 @@ struct pa_psw { unsigned int i:1; }; -#ifdef __LP64__ +#ifdef CONFIG_64BIT #define pa_psw(task) ((struct pa_psw *) ((char *) (task) + TASK_PT_PSW + 4)) #else #define pa_psw(task) ((struct pa_psw *) ((char *) (task) + TASK_PT_PSW))