summaryrefslogtreecommitdiff
path: root/arch/x86/xen
diff options
context:
space:
mode:
authorJeremy Fitzhardinge <jeremy@goop.org>2008-08-19 20:19:36 (GMT)
committerIngo Molnar <mingo@elte.hu>2008-08-20 10:40:07 (GMT)
commit63d3a75d6f1fcf2f33e6abbe84e1f428c3586152 (patch)
tree3b7453c784b4fad0afe002942d48bfc876010999 /arch/x86/xen
parent6e833587e11ed0dbf12e647127f2650e2f80b26d (diff)
downloadlinux-fsl-qoriq-63d3a75d6f1fcf2f33e6abbe84e1f428c3586152.tar.xz
x86/paravirt: add spin_lock_flags lock op
It is useful for a pv_lock_ops backend to know whether interrupts are enabled or not in the context a spin_lock is being called. This allows it to enable interrupts while spinning, which could be particularly helpful when spinning becomes blocking. The default implementation just calls the normal spin_lock op, ignoring the flags. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/xen')
0 files changed, 0 insertions, 0 deletions