We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34cbaca commit c901188Copy full SHA for c901188
1 file changed
kernel/kernel.sh
@@ -58,7 +58,7 @@ function set_kconfig_x86_64 {
58
59
set_kconfig_x86_64 'CONFIG_APPLE_BCE=m'
60
set_kconfig_x86_64 'CONFIG_MODULE_FORCE_UNLOAD=y'
61
-set_kconfig_x86_64 'CONFIG_CMDLINE="intel_iommu=on iommu=pt mem_sleep=s2idle pcie_ports=native"'
+set_kconfig_x86_64 'CONFIG_CMDLINE="intel_iommu=on iommu=pt pm_async=off"'
62
set_kconfig_x86_64 'CONFIG_CMDLINE_BOOL=y'
63
set_kconfig_x86_64 '# CONFIG_CMDLINE_OVERRIDE is not set'
64
0 commit comments