From: Roman Zippel Date: Mon, 14 Nov 2005 00:06:59 +0000 (-0800) Subject: [PATCH] m68k: convert thread flags to use bit fields X-Git-Tag: v2.6.15-rc2~176 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b66a1edb01b82269a668a478625765b1fa4936f;p=pandora-kernel.git [PATCH] m68k: convert thread flags to use bit fields Remove task_work structure, use the standard thread flags functions and use shifts in entry.S to test the thread flags. Add a few local labels to entry.S to allow gas to generate short jumps. Finally it changes a number of inline functions in thread_info.h to macros to delay the current_thread_info() usage, which requires on m68k a structure (task_struct) not yet defined at this point. Signed-off-by: Roman Zippel Cc: Al Viro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed