]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/parisc/kernel/asm-offsets.c
arch: Remove exec_domain from remaining archs
[karo-tx-linux.git] / arch / parisc / kernel / asm-offsets.c
index dcd55103a4bb7ff433433c1bcdadc466376de52e..59001cea13f9bea05c1071cc6aaaf1fad9ad3458 100644 (file)
@@ -242,7 +242,6 @@ int main(void)
        DEFINE(PT_SZ_ALGN, align_frame(sizeof(struct pt_regs), FRAME_ALIGN));
        BLANK();
        DEFINE(TI_TASK, offsetof(struct thread_info, task));
-       DEFINE(TI_EXEC_DOMAIN, offsetof(struct thread_info, exec_domain));
        DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
        DEFINE(TI_CPU, offsetof(struct thread_info, cpu));
        DEFINE(TI_SEGMENT, offsetof(struct thread_info, addr_limit));