diff options
author | Boris Brezillon <[email protected]> | 2016-09-13 15:58:28 +0200 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2016-09-13 16:57:40 +0200 |
commit | ebf9ff753c041b296241990aef76163bbb2cc9c8 (patch) | |
tree | 75892a42fc1aa0389197f280c6bf17921171d9c7 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | 9395452b4aab7bc2475ef8935b4a4fb99d778d70 (diff) |
genirq: Provide irq_gc_{lock_irqsave,unlock_irqrestore}() helpers
Some irqchip drivers need to take the generic chip lock outside of the
irq context.
Provide the irq_gc_{lock_irqsave,unlock_irqrestore}() helpers to allow
one to disable irqs while entering a critical section protected by
gc->lock.
Note that we do not provide optimized version of these helpers for !SMP,
because they are not called from the hot-path.
[ tglx: Added a comment when these helpers should be [not] used ]
Signed-off-by: Boris Brezillon <[email protected]>
Cc: Jason Cooper <[email protected]>
Cc: Marc Zyngier <[email protected]>
Cc: Nicolas Ferre <[email protected]>
Cc: [email protected]
Cc: Alexandre Belloni <[email protected]>
Link: http://lkml.kernel.org/r/1473775109-4192-1-git-send-email-boris.brezillon@free-electrons.com
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions