summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSebastian Siewior <bigeasy@linutronix.de>2008-04-28 11:43:16 +0200
committerGreg Ungerer <gerg@uclinux.org>2009-01-27 16:42:00 +1000
commitc7bcd0df1f2879fcedc3f55323c3afa7bb1f4295 (patch)
treec1324fcf31a78b67477b647fa0101187d138a0bf /tools/perf/scripts/python
parent5ee810072175042775e39bdd3eaaa68884c27805 (diff)
downloadkernel-c7bcd0df1f2879fcedc3f55323c3afa7bb1f4295.tar.gz
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>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
5677a19f52ba6379b33a9'>Merge v5.8-rc6 into drm-nextDave Airlie 2020-07-09drm/aspeed: Call drm_fbdev_generic_setup after drm_dev_registerGuenter Roeck 2020-06-10drm/cma-helper: Rename symbols from drm_cma_gem_ to drm_gem_cma_Thomas Zimmermann 2020-04-28drm/aspeed: Use devm_drm_dev_allocDaniel Vetter 2020-04-28drm/aspeed: Drop aspeed_gfx->fbdevDaniel Vetter