summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>2010-08-20 18:57:53 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-09-20 13:17:43 -0700
commitc7b28349a66e0aa9a24872dfc55a5296fc01a360 (patch)
tree3d9801f91dfc0e8c68671a281d09051450bc7cf2 /sound
parentc5783925493e315f91330241546da7915dcc46e3 (diff)
xen: use percpu interrupts for IPIs and VIRQs
commit aaca49642b92c8a57d3ca5029a5a94019c7af69f upstream. IPIs and VIRQs are inherently per-cpu event types, so treat them as such: - use a specific percpu irq_chip implementation, and - handle them with handle_percpu_irq This makes the path for delivering these interrupts more efficient (no masking/unmasking, no locks), and it avoid problems with attempts to migrate them. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions