From: Philippe De Muyter Date: Tue, 17 Aug 2010 16:58:29 +0000 (+0200) Subject: m68knommu: fix strace support for 68328/68360 X-Git-Tag: v2.6.37-rc1~138^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8a2786b107873e34d540b8e3e54bd3cef03bc56;p=pandora-kernel.git m68knommu: fix strace support for 68328/68360 strace enabled is marked using the `flags' field of the `thread_info' struct. 68360 version of entry.S did test a wrong bit in a wrong structure (task_struct). 68328 version of entry.S did test the right bit in the right structure, but wrongly, because the `flags' field is 32 bit wide, while the used assembler insn (btst) only accesses a 8 bit byte in memory. Fix both using code already used in the coldfire version of entry.S Signed-off-by: Philippe De Muyter Signed-off-by: Greg Ungerer --- Reading git-diff-tree failed