diff options
author | Jeremy Fitzhardinge <jeremy@goop.org> | 2008-08-20 14:31:07 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-08-22 09:43:17 -0400 |
commit | 25258ef762bc4a05fa9c4523f7dae56e3fd01864 (patch) | |
tree | 9bd52264885bc6d8dd0719799e724116a47bce4a /arch/x86/kernel | |
parent | ee7686bc043921a488d9bf89fe93241c5457a74e (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')
-rw-r--r-- | arch/x86/kernel/paravirt-spinlocks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/paravirt-spinlocks.c b/arch/x86/kernel/paravirt-spinlocks.c index 206359a8e43f..0e9f1982b1dd 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 = { | |||
23 | .spin_unlock = __ticket_spin_unlock, | 23 | .spin_unlock = __ticket_spin_unlock, |
24 | #endif | 24 | #endif |
25 | }; | 25 | }; |
26 | EXPORT_SYMBOL_GPL(pv_lock_ops); | 26 | EXPORT_SYMBOL(pv_lock_ops); |
27 | 27 | ||
28 | void __init paravirt_use_bytelocks(void) | 28 | void __init paravirt_use_bytelocks(void) |
29 | { | 29 | { |