Skip to content
Commit 58e63603 authored by Juergen Gross's avatar Juergen Gross
Browse files

xen: remove stray preempt_disable() from PV AP startup code



In cpu_bringup() there is a call of preempt_disable() without a paired
preempt_enable(). This is not needed as interrupts are off initially.
Additionally this will result in early boot messages like:

BUG: scheduling while atomic: swapper/1/0/0x00000002

Signed-off-by: default avatarJuergen Gross <jgross@suse.com>
Link: https://lore.kernel.org/r/20210825113158.11716-1-jgross@suse.com
Signed-off-by: default avatarJuergen Gross <jgross@suse.com>
parent f956c1b0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment