diff options
author | 2021-08-25 13:31:58 +0200 | |
---|---|---|
committer | 2021-09-01 10:39:27 +0200 | |
commit | 58e636039b512697554b579c2bb23774061877f5 (patch) | |
tree | 3f39248e4f6368cbe54cce6f529b89ecb3491140 /scripts/gdb/linux/utils.py | |
parent | xen/pcifront: Removed unnecessary __ref annotation (diff) | |
download | wireguard-linux-58e636039b512697554b579c2bb23774061877f5.tar.xz wireguard-linux-58e636039b512697554b579c2bb23774061877f5.zip |
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: Juergen Gross <jgross@suse.com>
Link: https://lore.kernel.org/r/20210825113158.11716-1-jgross@suse.com
Signed-off-by: Juergen Gross <jgross@suse.com>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions