]> git.baikalelectronics.ru Git - kernel.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)
commitf9b941253fa7ef6cd57ee24fb772f66541b9500b
tree1242e2b61791af6b921eaf6bc2c2514e7d38f62e
parent07ad7a28228968edb64560daeabf67764c817a93
Revert "x86/paravirt: Set up the virt_spin_lock_key after static keys get initialized"

This reverts commit 4daa4d97df0e4f15cb4353c3e81109adff06ab45.

Commit b58a6aaa4894 ("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