linux/arch/m68knommu/platform/68360
Philippe De Muyter c8a2786b10 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 <phdm@macqel.be>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
2010-10-21 10:17:29 +10:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
commproc.c arch/m68knommu/platform/68360/commproc.c: Checkpatch cleanup 2010-05-24 14:44:25 +10:00
config.c m68knommu: remove empty timer offset function for 68360 2008-02-01 21:02:04 +11:00
entry.S m68knommu: fix strace support for 68328/68360 2010-10-21 10:17:29 +10:00
head-ram.S Rename .data.initvect to .data..initvect. 2010-03-03 11:26:01 +01:00
head-rom.S Rename .data.initvect to .data..initvect. 2010-03-03 11:26:01 +01:00
ints.c m68knommu: remove a duplicate vector setting line for 68360 2010-04-21 13:43:06 +10:00