From c42b41fe2b723a0d24b2084a780be41e0a7dff5c Mon Sep 17 00:00:00 2001 From: "Yan, Like" Date: Wed, 26 Jun 2019 10:39:05 +0800 Subject: [PATCH] dm: add "noapic" to rt-linux kernel parameters This commit adds "noapic" boot option to rt-linux, to skip IOAPIC probe. Tracked-On: #3227 Signed-off-by: Yan, Like Acked-by: Anthony Xu --- devicemodel/samples/nuc/launch_hard_rt_vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicemodel/samples/nuc/launch_hard_rt_vm.sh b/devicemodel/samples/nuc/launch_hard_rt_vm.sh index 06bdb59d2..a33e5ea76 100755 --- a/devicemodel/samples/nuc/launch_hard_rt_vm.sh +++ b/devicemodel/samples/nuc/launch_hard_rt_vm.sh @@ -39,7 +39,7 @@ echo ${passthru_bdf["sata"]} > /sys/bus/pci/drivers/pci-stub/bind -s 3,virtio-console,@stdio:stdio_port \ -B "root=/dev/sda3 rw rootwait maxcpus=$1 nohpet console=hvc0 \ no_timer_check ignore_loglevel log_buf_len=16M \ - consoleblank=0 tsc=reliable x2apic_phys" hard_rtvm + consoleblank=0 tsc=reliable x2apic_phys noapic" hard_rtvm } # offline SOS CPUs except BSP before launch UOS