X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-ppc64%2Fcurrent.h;h=52ddc60c8b65887394e8c482bf6a9818735c7e96;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=24ea6e1ab6e8085d9e42a2bb07a8bf0b866b61d9;hpb=db216c3d5e4c040e557a50f8f5d35d5c415e8c1c;p=linux-2.6.git diff --git a/include/asm-ppc64/current.h b/include/asm-ppc64/current.h index 24ea6e1ab..52ddc60c8 100644 --- a/include/asm-ppc64/current.h +++ b/include/asm-ppc64/current.h @@ -10,9 +10,7 @@ * 2 of the License, or (at your option) any later version. */ -#include - -#define get_current() (get_paca()->xCurrent) +#define get_current() (get_paca()->__current) #define current get_current() #endif /* !(_PPC64_CURRENT_H) */