X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fasm-parisc%2Fsystem.h;h=7e9afa720d4389b31e5a4fc1e1164ec23df5def0;hb=f7e4217b007d1f73e7e3cf10ba4fea4a608c603f;hp=74f037a39e6f032ce6a76ae974d521f6357d1f6e;hpb=d6c93e1ddde769010f9c81bbfab41a9844c0e9ba;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))