Skip to content

Commit 81f9837

Browse files
lyan3wenlingz
authored andcommitted
Revert "dm: add "noapic" to rt-linux kernel parameters"
This reverts commit c42b41f. Kernel will stay in xapic mode with this boot arg, lapic won't be passthru, so revert. Tracked-On: #3227 Signed-off-by: Yan, Like <like.yan@intel.com>
1 parent 5a9a7bc commit 81f9837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devicemodel/samples/nuc/launch_hard_rt_vm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ echo ${passthru_bdf["sata"]} > /sys/bus/pci/drivers/pci-stub/bind
3939
-s 3,virtio-console,@stdio:stdio_port \
4040
-B "root=/dev/sda3 rw rootwait maxcpus=$1 nohpet console=hvc0 \
4141
no_timer_check ignore_loglevel log_buf_len=16M \
42-
consoleblank=0 tsc=reliable x2apic_phys noapic" hard_rtvm
42+
consoleblank=0 tsc=reliable x2apic_phys" hard_rtvm
4343
}
4444

4545
# offline SOS CPUs except BSP before launch UOS

0 commit comments

Comments
 (0)