Skip to content
Commit 72c7ded5 authored by Andrew Boie's avatar Andrew Boie Committed by Andrew Boie
Browse files

kernel: prepare threads after PRE_KERNEL*



prepare_multithreading() was done very early as it had a call
to initialize the interrupt subsystem. This was causing problems
with stack pointer randomization as any HW-based entropy drivers
had not been initialized.

Move the call to initialize the interrupt system out of
prepare_multithreading(), which now really does just prepare
the system to start threads. This is now done after the PRE_KERNEL
phases.

Signed-off-by: default avatarAndrew Boie <andrew.p.boie@intel.com>
parent 136687d2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment