diff options
author | Steven Rostedt <rostedt@goodmis.org> | 2008-01-30 07:30:39 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:30:39 -0500 |
commit | 5cabbd97b10229159919ff17f746b69742cec84d (patch) | |
tree | 359f0025f40ab44e5825649423ed06aca03eada6 /arch/x86 | |
parent | 7ebad705340f35276326ed93a43190e62f725f77 (diff) |
x86: remove unused tsk_thread from asm-offsets_64.c
So this patch simply removes the "thread" from asm-offsets.c since I
can't find an owner for it.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/kernel/asm-offsets_64.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/asm-offsets_64.c b/arch/x86/kernel/asm-offsets_64.c index d1b6ed98774e..40f41752c1df 100644 --- a/arch/x86/kernel/asm-offsets_64.c +++ b/arch/x86/kernel/asm-offsets_64.c | |||
@@ -38,7 +38,6 @@ int main(void) | |||
38 | #define ENTRY(entry) DEFINE(tsk_ ## entry, offsetof(struct task_struct, entry)) | 38 | #define ENTRY(entry) DEFINE(tsk_ ## entry, offsetof(struct task_struct, entry)) |
39 | ENTRY(state); | 39 | ENTRY(state); |
40 | ENTRY(flags); | 40 | ENTRY(flags); |
41 | ENTRY(thread); | ||
42 | ENTRY(pid); | 41 | ENTRY(pid); |
43 | BLANK(); | 42 | BLANK(); |
44 | #undef ENTRY | 43 | #undef ENTRY |