commit | 7053fdac76451efe5f16c9e0974dc17fcf29f6d6 | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <daniel.lezcano@linaro.org> | Sun Nov 08 18:07:38 2015 +0100 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Tue Dec 15 09:42:16 2015 +0100 |
tree | 9dff88beb9d8b489955a3fc2115df7a8eb5cce74 | |
parent | 54a0cd5a7e107ba0cf15a4fb876595d0c8a7faab [diff] |
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>