]> Pileus Git - ~andy/linux/blobdiff - arch/xtensa/kernel/asm-offsets.c
Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab...
[~andy/linux] / arch / xtensa / kernel / asm-offsets.c
index b256cfbef3447bfcc647904e7ccc1c6cdd123f21..698079b3a3368f86735a584daa26384456d11dc1 100644 (file)
@@ -70,7 +70,7 @@ int main(void)
        DEFINE(TASK_ACTIVE_MM, offsetof (struct task_struct, active_mm));
        DEFINE(TASK_PID, offsetof (struct task_struct, pid));
        DEFINE(TASK_THREAD, offsetof (struct task_struct, thread));
-       DEFINE(TASK_THREAD_INFO, offsetof (struct task_struct, thread_info));
+       DEFINE(TASK_THREAD_INFO, offsetof (struct task_struct, stack));
        DEFINE(TASK_STRUCT_SIZE, sizeof (struct task_struct));
        BLANK();