Skip to content
Commit 31e68df7 authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

x86: always set up SMP



Currently setup_vm cannot assume that it can invoke IPIs, and therefore
only initializes CR0/CR3/CR4 on the CPU it runs on.  In order to keep the
initialization code clean, let's just call smp_init (and therefore
setup_idt) unconditionally.

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent dc81845e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment