diff options
author | Sudeep Holla <[email protected]> | 2015-09-21 16:47:00 +0100 |
---|---|---|
committer | Scott Wood <[email protected]> | 2015-10-27 18:13:31 -0500 |
commit | 9100d20c5b6307bacd8756aba2f157cb1a8ffb56 (patch) | |
tree | ef9b56c6d2d2cad0d44dbe24f0ee460a7f8c0c5a /tools/perf/scripts/python | |
parent | 96eea6426f56042c28eff849cb2cc01895db081e (diff) |
powerpc: mpic: use IRQCHIP_SKIP_SET_WAKE instead of redundant mpic_irq_set_wake
mpic_irq_set_wake return -ENXIO for non FSL MPIC and sets IRQF_NO_SUSPEND
flag for FSL ones. enable_irq_wake already returns -ENXIO if irq_set_wak
is not implemented. Also there's no need to set the IRQF_NO_SUSPEND flag
as it doesn't guarantee wakeup for that interrupt.
This patch removes the redundant mpic_irq_set_wake and sets the
IRQCHIP_SKIP_SET_WAKE for only FSL MPIC.
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Michael Ellerman <[email protected]>
Cc: Scott Wood <[email protected]>
Cc: Hongtao Jia <[email protected]>
Cc: Marc Zyngier <[email protected]>
Cc: [email protected]
Signed-off-by: Sudeep Holla <[email protected]>
Acked-by: Scott Wood <[email protected]>
Signed-off-by: Scott Wood <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions