]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
x86/cpu: Factor out common CPU initialization code, fix 32-bit Xen PV guests
authorBoris Ostrovsky <boris.ostrovsky@oracle.com>
Wed, 1 Apr 2015 14:12:14 +0000 (10:12 -0400)
committerIngo Molnar <mingo@kernel.org>
Thu, 2 Apr 2015 10:06:41 +0000 (12:06 +0200)
commit3f85483bd80ef1de8cbbf0361be59f6a069b59d4
tree9cc52f70fcd1181a562735f44c222cca3276ffc1
parent40e4f2d177f748a83e7639554ea7d11568a9fa1f
x86/cpu: Factor out common CPU initialization code, fix 32-bit Xen PV guests

Some of x86 bare-metal and Xen CPU initialization code is common
between the two and therefore can be factored out to avoid code
duplication.

As a side effect, doing so will also extend the fix provided by
commit a7fcf28d431e ("x86/asm/entry: Replace this_cpu_sp0() with
current_top_of_stack() to x86_32") to 32-bit Xen PV guests.

Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Reviewed-by: David Vrabel <david.vrabel@citrix.com>
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: konrad.wilk@oracle.com
Cc: xen-devel@lists.xenproject.org
Link: http://lkml.kernel.org/r/1427897534-5086-1-git-send-email-boris.ostrovsky@oracle.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/include/asm/smp.h
arch/x86/kernel/smpboot.c
arch/x86/xen/smp.c