aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/paravirt-spinlocks.c
diff options
context:
space:
mode:
authorJeremy Fitzhardinge <jeremy@goop.org>2008-08-20 11:31:07 -0700
committerIngo Molnar <mingo@elte.hu>2008-08-22 15:43:17 +0200
commit25258ef762bc4a05fa9c4523f7dae56e3fd01864 (patch)
tree9bd52264885bc6d8dd0719799e724116a47bce4a /arch/x86/kernel/paravirt-spinlocks.c
parentee7686bc043921a488d9bf89fe93241c5457a74e (diff)
x86: export pv_lock_ops non-GPL
None of the spinlock API is exported GPL, so there's no reason for pv_lock_ops to be. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Cc: drago01 <drago01@gmail.com>
Diffstat (limited to 'arch/x86/kernel/paravirt-spinlocks.c')
-rw-r--r--arch/x86/kernel/paravirt-spinlocks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/paravirt-spinlocks.c b/arch/x86/kernel/paravirt-spinlocks.c
index 206359a8e43..0e9f1982b1d 100644
--- a/arch/x86/kernel/paravirt-spinlocks.c
+++ b/arch/x86/kernel/paravirt-spinlocks.c
@@ -23,7 +23,7 @@ struct pv_lock_ops pv_lock_ops = {
.spin_unlock = __ticket_spin_unlock,
#endif
};
-EXPORT_SYMBOL_GPL(pv_lock_ops);
+EXPORT_SYMBOL(pv_lock_ops);
void __init paravirt_use_bytelocks(void)
{