mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-18 23:39:30 +00:00
kernel: disable pci shpc hotplug for arm64
As shpchp used for pci hotplug on arm64 initialized its bottom half work as a delay work for 5 seconds, pci bus rescan triggered between up half and bottom half of shpc interrupt handling will fail. so disable shpc and let bus rescan to do the device hotplug on arm64. Fixes: #498 Signed-off-by: Jianyong Wu <jianyong.wu@arm.com>
This commit is contained in:
@@ -286,7 +286,7 @@ CONFIG_HOTPLUG_PCI=y
|
||||
CONFIG_HOTPLUG_PCI_ACPI=y
|
||||
# CONFIG_HOTPLUG_PCI_ACPI_IBM is not set
|
||||
CONFIG_HOTPLUG_PCI_CPCI=y
|
||||
CONFIG_HOTPLUG_PCI_SHPC=y
|
||||
# CONFIG_HOTPLUG_PCI_SHPC is not set
|
||||
|
||||
#
|
||||
# PCI controller drivers
|
||||
|
@@ -1 +1 @@
|
||||
39
|
||||
40
|
||||
|
Reference in New Issue
Block a user