Revert "x86/paravirt: Set up the virt_spin_lock_key after static keys get initialized"
This reverts commit
ef43838f42650d09a1fec63d969895620099a562.
Commit
c06a25805333 ("x86/jump_label: Initialize static branching
early") adds jump_label_init() call in setup_arch() to make static
keys initialized early, so we could use the original simpler code
again.
Signed-off-by: Zhenzhong Duan <zhenzhong.duan@oracle.com>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Juergen Gross <jgross@suse.com>