powerpc/kernel: Rename PACA_DSCR to PACA_DSCR_DEFAULT
[cascardo/linux.git] / arch / powerpc / kernel / asm-offsets.c
index 0034b6b..9823057 100644 (file)
@@ -247,7 +247,7 @@ int main(void)
 #endif
        DEFINE(PACAHWCPUID, offsetof(struct paca_struct, hw_cpu_id));
        DEFINE(PACAKEXECSTATE, offsetof(struct paca_struct, kexec_state));
-       DEFINE(PACA_DSCR, offsetof(struct paca_struct, dscr_default));
+       DEFINE(PACA_DSCR_DEFAULT, offsetof(struct paca_struct, dscr_default));
        DEFINE(PACA_STARTTIME, offsetof(struct paca_struct, starttime));
        DEFINE(PACA_STARTTIME_USER, offsetof(struct paca_struct, starttime_user));
        DEFINE(PACA_USER_TIME, offsetof(struct paca_struct, user_time));