linux/arch/m68knommu/platform/coldfire
Sebastian Siewior c7bcd0df1f m68knommu: use one exist from execption
Part of the code that did not make sense to me got removed by Greg.
This is part two:

The first compare is to check whether the interrupts are disabled or not.
Depending on the result we exectute the RESTORE_ALL macro is not only
restoring the stack but also returning to caller.
The test for pending softirq has been removed because it is allready done
in irq_exit().
Since system_call() is allso using the SAVE_ALL macro and returning via
ret_from_exception label I see no reason why we could not do this here
as well. This is also handy because if we return from the timer interrupt
and we need to resched than we check for this :)

Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
2009-01-27 16:42:00 +10:00
..
Makefile m68knommu: Add Coldfire DMA Timer support 2008-07-23 15:11:27 +10:00
dma.c m68knommu: create common DMA table for ColdFire CPUs 2008-02-01 21:00:01 +11:00
dma_timer.c m68knommu: add sched_clock() for the DMA timer 2008-07-23 15:11:28 +10:00
entry.S m68knommu: use one exist from execption 2009-01-27 16:42:00 +10:00
head.S m68knommu: put ColdFire head code into .text.head section 2008-07-23 15:11:29 +10:00
pit.c cpumask: convert struct clock_event_device to cpumask pointers. 2008-12-13 21:20:26 +10:30
timers.c m68knommu: init coldfire timer TRR with n - 1, not n 2008-06-12 18:05:40 -07:00
vectors.c m68knommu: move ColdFire vectors.c to its own coldfire directory 2008-02-01 20:58:10 +11:00