Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 25258ef7 authored by Jeremy Fitzhardinge's avatar Jeremy Fitzhardinge Committed by Ingo Molnar
Browse files

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: default avatarJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Cc: drago01 <drago01@gmail.com>
parent ee7686bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{