diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2015-11-08 18:07:38 +0100 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2015-12-15 09:42:16 +0100 |
commit | 7053fdac76451efe5f16c9e0974dc17fcf29f6d6 (patch) | |
tree | 9dff88beb9d8b489955a3fc2115df7a8eb5cce74 /block | |
parent | 54a0cd5a7e107ba0cf15a4fb876595d0c8a7faab (diff) | |
download | talos-op-linux-7053fdac76451efe5f16c9e0974dc17fcf29f6d6.tar.gz talos-op-linux-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 'block')
0 files changed, 0 insertions, 0 deletions