aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Lendacky <thomas.lendacky@amd.com>2022-08-17 12:54:34 -0500
committerTom Lendacky <thomas.lendacky@amd.com>2022-08-17 12:56:19 -0500
commit253867f3420edcf8fe75434292d2bbfc378bdc22 (patch)
tree651d39a834ef9dc5b5e72fc21ac07d0fe7c39be1
parent516491ade9473cde14738a23e15110a8491c6a04 (diff)
downloadcachepc-amdsev-253867f3420edcf8fe75434292d2bbfc378bdc22.tar.gz
cachepc-amdsev-253867f3420edcf8fe75434292d2bbfc378bdc22.zip
Properly disable IOMMU passthrough mode
-rwxr-xr-xcommon.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.sh b/common.sh
index 9438b62..aea20d7 100755
--- a/common.sh
+++ b/common.sh
@@ -74,7 +74,7 @@ build_kernel()
run_cmd ./scripts/config --disable SYSTEM_TRUSTED_KEYS
run_cmd ./scripts/config --disable SYSTEM_REVOCATION_KEYS
run_cmd ./scripts/config --module SEV_GUEST
- run_cmd ./scripts/config --module IOMMU_DEFAULT_PASSTHROUGH
+ run_cmd ./scripts/config --disable IOMMU_DEFAULT_PASSTHROUGH
popd >/dev/null
yes "" | $MAKE olddefconfig