linux-kernel-test/arch/m68knommu/platform
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
..
68EZ328 m68knommu: cleanup 68EZ328 init code 2007-10-23 20:45:44 -07:00
68VZ328 m68knommu: cleanup 68VZ328 init code 2007-10-23 20:45:44 -07:00
520x m68knommu: use asflags instead of EXTRA_AFLAGS 2008-02-14 20:58:05 -08:00
523x m68knommu: use asflags instead of EXTRA_AFLAGS 2008-02-14 20:58:05 -08:00
527x m68knommu: use asflags instead of EXTRA_AFLAGS 2008-02-14 20:58:05 -08:00
528x m68knommu: add WilFire and WildfireMod board support 2008-05-01 08:08:36 -07:00
532x m68knommu: use asflags instead of EXTRA_AFLAGS 2008-02-14 20:58:05 -08:00
5206 m68knommu: use asflags instead of EXTRA_AFLAGS 2008-02-14 20:58:05 -08:00
5206e m68knommu: fix 5206e UART init function naming 2008-05-01 08:08:35 -07:00
5249 m68knommu: use asflags instead of EXTRA_AFLAGS 2008-02-14 20:58:05 -08:00
5272 m68knommu: remove unused CONFIG_MTD_KeyTechnology 2008-05-01 08:08:35 -07:00
5307 m68knommu: remove unused CONFIG_DISKtel 2008-05-01 08:08:36 -07:00
5407 m68knommu: use asflags instead of EXTRA_AFLAGS 2008-02-14 20:58:05 -08:00
68328 m68knommu: remove duplicate hw_tick() code 2008-03-04 08:04:11 -08:00
68360 m68knommu: remove empty timer offset function for 68360 2008-02-01 21:02:04 +11:00
coldfire m68knommu: use one exist from execption 2009-01-27 16:42:00 +10:00
Makefile