linux/arch/m68knommu/platform/coldfire
Greg Ungerer b3e338de7e m68knommu: fix use of un-defined _TIF_WORK_MASK
The _TIF_WORK_MASK definition was removed in the clean up of MMU and
non-MMU arch/m68k/include/asm/thread_info*.h files (this was commit
cddafa3500, "merge MMU and non-MMU
thread_info.h").

It didn't get cleaned out of the entry.S code for the 68328 and 68360
based platforms. And it was replaced by a hard coded constant mask for
coldfire platforms. There is currently no need to mask any of these bits,
so fix all uses (and former uses) to check for any non-zero value.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
2011-02-08 15:07:45 +10:00
..
cache.c m68knommu: make cache push code ColdFire generic 2011-01-05 15:19:19 +10:00
clk.c m68knommu: export clk_* symbols in clk.c 2009-12-04 11:45:32 +10:00
dma_timer.c clocksource: pass clocksource to read() callback 2009-04-21 13:41:47 -07:00
dma.c
entry.S m68knommu: fix use of un-defined _TIF_WORK_MASK 2011-02-08 15:07:45 +10:00
gpio.c core generic GPIO support for Freescale Coldfire processors. 2009-09-10 12:01:22 +10:00
head.S m68knommu: clean up ColdFire cache control code 2011-01-05 15:19:18 +10:00
intc-2.c m68knommu: stop using __do_IRQ 2010-10-21 10:17:30 +10:00
intc-simr.c m68knommu: stop using __do_IRQ 2010-10-21 10:17:30 +10:00
intc.c m68knommu: stop using __do_IRQ 2010-10-21 10:17:30 +10:00
Makefile m68knommu: make cache push code ColdFire generic 2011-01-05 15:19:19 +10:00
pinmux.c core generic GPIO support for Freescale Coldfire processors. 2009-09-10 12:01:22 +10:00
pit.c m68knommu: fix invalid flags on coldfire pit clocksource 2010-01-16 12:15:38 -08:00
sltimers.c m68knommu: add basic mmu-less m548x support 2010-10-21 10:17:30 +10:00
timers.c m68knommu: clean up old ColdFire timer irq setup 2009-09-16 09:43:53 +10:00
vectors.c m68knommu: use common interrupt controller code for older ColdFire CPU's 2009-09-16 09:43:44 +10:00