projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee7686b
)
x86: export pv_lock_ops non-GPL
author
Jeremy Fitzhardinge
<jeremy@goop.org>
Wed, 20 Aug 2008 18:31:07 +0000
(11:31 -0700)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 22 Aug 2008 13:43:17 +0000
(15:43 +0200)
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>
arch/x86/kernel/paravirt-spinlocks.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/paravirt-spinlocks.c
b/arch/x86/kernel/paravirt-spinlocks.c
index 206359a8e43f3d37c1c1d372200812272bb45941..0e9f1982b1dd1aca8c60025f3ff691b311ee8390 100644
(file)
--- 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)
{