We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7051184 + ed8aacf commit 4e728bbCopy full SHA for 4e728bb
io/iommu/amd/iommu_v2pgmode_test.py
@@ -104,7 +104,8 @@ def check_kernelconf_5lvl(self):
104
if os.path.exists(config_file):
105
return check_kernelconf(config_file, "CONFIG_X86_5LEVEL")
106
107
- self.cancel("Kernel config not found in '/boot/' and '/lib/modules/<uname -r>/build/'")
+ self.log.info("Kernel config not found in '/boot/' and '/lib/modules/<uname -r>/build/'."
108
+ "Using VA bits in /proc/cpuinfo to derive cpu page table level")
109
return False
110
111
def test(self):
0 commit comments