diff options
author | James Hogan <[email protected]> | 2014-05-09 15:36:21 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2014-05-22 10:22:10 +0200 |
commit | 31e6cdefd377ae90bea5c6a4e1dc519793577a24 (patch) | |
tree | cbfa427fb9c8143175815562714b6cdb4f31c50d /tools/perf/util/trace-event-scripting.c | |
parent | 08c373e5123b4595588ae1a7aa7e00a046c61cc6 (diff) |
metag: Remove TIF_POLLING_NRFLAG
The Meta idle function jumps into the interrupt handler which
efficiently blocks waiting for the next interrupt when it reads the
interrupt status register (TXSTATI). No other (polling) idle functions
can be used, therefore TIF_POLLING_NRFLAG is unnecessary, so lets remove
it.
Peter Zijlstra said:
> Most archs have (x86) hlt or (arm) wfi like idle instructions, and if
> that is your only possible idle function, you'll require the interrupt
> to wake up and there's really no point to having the POLLING bit.
Signed-off-by: James Hogan <[email protected]>
Signed-off-by: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions