diff options
-rw-r--r-- | arch/x86/xen/smp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/xen/smp.c b/arch/x86/xen/smp.c index f702199312a5..a8ebafc09d47 100644 --- a/arch/x86/xen/smp.c +++ b/arch/x86/xen/smp.c | |||
@@ -430,4 +430,5 @@ void __init xen_smp_init(void) | |||
430 | { | 430 | { |
431 | smp_ops = xen_smp_ops; | 431 | smp_ops = xen_smp_ops; |
432 | xen_fill_possible_map(); | 432 | xen_fill_possible_map(); |
433 | paravirt_use_bytelocks(); | ||
433 | } | 434 | } |