Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

x86/swiotlb: fix param usage in boot-options.rst

Fix the usage of swiotlb param in kernel doc.

Signed-off-by: Dongli Zhang <dongli.zhang@oracle.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>

authored by

Dongli Zhang and committed by
Christoph Hellwig
04c14e8e 466298c6

+5 -3
+5 -3
Documentation/x86/x86_64/boot-options.rst
··· 287 287 iommu options only relevant to the software bounce buffering (SWIOTLB) IOMMU 288 288 implementation: 289 289 290 - swiotlb=<pages>[,force] 291 - <pages> 292 - Prereserve that many 128K pages for the software IO bounce buffering. 290 + swiotlb=<slots>[,force,noforce] 291 + <slots> 292 + Prereserve that many 2K slots for the software IO bounce buffering. 293 293 force 294 294 Force all IO through the software TLB. 295 + noforce 296 + Do not initialize the software TLB. 295 297 296 298 297 299 Miscellaneous