diff options
author | 2015-11-08 18:07:38 +0100 | |
---|---|---|
committer | 2015-12-15 09:42:16 +0100 | |
commit | 7053fdac76451efe5f16c9e0974dc17fcf29f6d6 (patch) | |
tree | 9dff88beb9d8b489955a3fc2115df7a8eb5cce74 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | clocksource/drivers/h8300_timer8: Fix irq return value check (diff) | |
download | linux-dev-7053fdac76451efe5f16c9e0974dc17fcf29f6d6.tar.xz linux-dev-7053fdac76451efe5f16c9e0974dc17fcf29f6d6.zip |
clocksource/drivers/h8300_timer8: Remove pointless irq re-entrant safe code
The current code assumes the interrupt function is re-entrant.
That is not correct. An interrupt handler is never invoked concurrently. The
interrupt line is masked on all processors.
Remove the chewing flags in the code.
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions