android_kernel_xiaomi_sdm845/arch/m68knommu
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
..
configs defconfig reduction 2010-08-14 22:26:53 +02:00
kernel m68knommu: fix default starting date 2010-10-21 10:17:29 +10:00
lib m68k: merge the mmu and non-mmu versions of checksum.h 2009-09-16 09:43:37 +10:00
mm arch/m68knommu/mm/fault.c: Checkpatch cleanup 2010-05-24 14:44:02 +10:00
platform m68knommu: fix strace support for 68328/68360 2010-10-21 10:17:29 +10:00
defconfig defconfig reduction 2010-08-14 22:26:53 +02:00
Kconfig time: Kill off CONFIG_GENERIC_TIME 2010-07-27 12:40:54 +02:00
Kconfig.debug m68knommu: removing config variable DUMPTOFLASH 2008-02-05 09:44:21 -08:00
Makefile m68knommu: correct the CC flags for Coldfire M5272 targets 2010-04-21 13:28:49 +10:00