x86: paravirt spinlocks, modular build fix
fix: MODPOST 408 modules ERROR: "pv_lock_ops" [net/dccp/dccp.ko] undefined! ERROR: "pv_lock_ops" [fs/jbd2/jbd2.ko] undefined! ERROR: "pv_lock_ops" [drivers/media/common/saa7146_vv.ko] undefined! Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
4bb689eee1
commit
9af98578d6
1 changed files with 1 additions and 0 deletions
|
@ -472,6 +472,7 @@ struct pv_lock_ops pv_lock_ops = {
|
||||||
.spin_unlock = __ticket_spin_unlock,
|
.spin_unlock = __ticket_spin_unlock,
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
EXPORT_SYMBOL_GPL(pv_lock_ops);
|
||||||
|
|
||||||
EXPORT_SYMBOL_GPL(pv_time_ops);
|
EXPORT_SYMBOL_GPL(pv_time_ops);
|
||||||
EXPORT_SYMBOL (pv_cpu_ops);
|
EXPORT_SYMBOL (pv_cpu_ops);
|
||||||
|
|
Loading…
Reference in a new issue