Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5cabbd97 authored by Steven Rostedt's avatar Steven Rostedt Committed by Ingo Molnar
Browse files

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: default avatarSteven Rostedt <rostedt@goodmis.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 7ebad705
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@ int main(void)
#define ENTRY(entry) DEFINE(tsk_ ## entry, offsetof(struct task_struct, entry))
	ENTRY(state);
	ENTRY(flags); 
	ENTRY(thread); 
	ENTRY(pid);
	BLANK();
#undef ENTRY