]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - lib/Kconfig
debugobjects: avoid recursive calls with kmemleak
[mirror_ubuntu-bionic-kernel.git] / lib / Kconfig
index 3b623d743db4fb4f7e64cfd661e101e2f57c2e1c..fb70e0f51752d8cd74adcfe5dad6d70d04c0df52 100644 (file)
@@ -62,9 +62,10 @@ config INDIRECT_PIO
          On some platforms where no separate I/O space exists, there are I/O
          hosts which can not be accessed in MMIO mode. Using the logical PIO
          mechanism, the host-local I/O resource can be mapped into system
-         logic PIO space shared with MMIO hosts, such as PCI/PCIE, then the
-         system can access the I/O devices with the mapped logic PIO through
+         logic PIO space shared with MMIO hosts, such as PCI/PCIe, then the
+         system can access the I/O devices with the mapped-logic PIO through
          I/O accessors.
+
          This way has relatively little I/O performance cost. Please make
          sure your devices really need this configure item enabled.