]> asedeno.scripts.mit.edu Git - linux.git/commit
Revert "x86/paravirt: Set up the virt_spin_lock_key after static keys get initialized"
authorZhenzhong Duan <zhenzhong.duan@oracle.com>
Wed, 26 Jun 2019 08:57:09 +0000 (16:57 +0800)
committerJuergen Gross <jgross@suse.com>
Wed, 17 Jul 2019 06:09:57 +0000 (08:09 +0200)
commit090d54bcbc54af75e94442e60f42d973341a5f53
tree1242e2b61791af6b921eaf6bc2c2514e7d38f62e
parentbce5963bcb4f9934faa52be323994511d59fd13c
Revert "x86/paravirt: Set up the virt_spin_lock_key after static keys get initialized"

This reverts commit ca5d376e17072c1b60c3fee66f3be58ef018952d.

Commit 8990cac6e5ea ("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>
arch/x86/kernel/smpboot.c
arch/x86/xen/spinlock.c