diff options
author | Richard Weinberger <richard@nod.at> | 2015-03-30 01:30:38 -0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2015-04-12 15:03:30 -0400 |
commit | fa41b1c7dfa0453931afb32c9988af67a2ee28ae (patch) | |
tree | 15aedee3674939e96951757ccb56324b76492596 /arch/avr32/kernel/asm-offsets.c | |
parent | e6de3ca91cd7ee252ef271c96a4c480c1f3e071e (diff) |
arch: Remove exec_domain from remaining archs
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/avr32/kernel/asm-offsets.c')
-rw-r--r-- | arch/avr32/kernel/asm-offsets.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/avr32/kernel/asm-offsets.c b/arch/avr32/kernel/asm-offsets.c index e41c84516e5d..2c9764fe3532 100644 --- a/arch/avr32/kernel/asm-offsets.c +++ b/arch/avr32/kernel/asm-offsets.c | |||
@@ -12,7 +12,6 @@ | |||
12 | void foo(void) | 12 | void foo(void) |
13 | { | 13 | { |
14 | OFFSET(TI_task, thread_info, task); | 14 | OFFSET(TI_task, thread_info, task); |
15 | OFFSET(TI_exec_domain, thread_info, exec_domain); | ||
16 | OFFSET(TI_flags, thread_info, flags); | 15 | OFFSET(TI_flags, thread_info, flags); |
17 | OFFSET(TI_cpu, thread_info, cpu); | 16 | OFFSET(TI_cpu, thread_info, cpu); |
18 | OFFSET(TI_preempt_count, thread_info, preempt_count); | 17 | OFFSET(TI_preempt_count, thread_info, preempt_count); |