diff options
author | Philippe De Muyter <phdm@macqel.be> | 2010-08-17 18:58:29 +0200 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2010-10-21 02:17:29 +0200 |
commit | c8a2786b107873e34d540b8e3e54bd3cef03bc56 (patch) | |
tree | ea28f615c29fd8c30e3b98b04f2ac55ece7fc308 /arch/um/drivers/daemon_user.c | |
parent | m68knommu: fix default starting date (diff) | |
download | linux-c8a2786b107873e34d540b8e3e54bd3cef03bc56.tar.xz linux-c8a2786b107873e34d540b8e3e54bd3cef03bc56.zip |
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>
Diffstat (limited to 'arch/um/drivers/daemon_user.c')
0 files changed, 0 insertions, 0 deletions