]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/sh/kernel/asm-offsets.c
sh: Remove signal translation and exec_domain
[karo-tx-linux.git] / arch / sh / kernel / asm-offsets.c
index 542225fedb112088b881a12bb76b4c637ce9f92d..4bd44da910f374616a4dee3eabcaef4c52639b4a 100644 (file)
@@ -21,7 +21,6 @@ int main(void)
 {
        /* offsets into the thread_info struct */
        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_PRE_COUNT,    offsetof(struct thread_info, preempt_count));