Skip to content

Commit

Permalink
x86/swiotlb: fix param usage in boot-options.rst
Browse files Browse the repository at this point in the history
Fix the usage of swiotlb param in kernel doc.

Signed-off-by: Dongli Zhang <[email protected]>
Signed-off-by: Christoph Hellwig <[email protected]>
  • Loading branch information
Dongli Zhang authored and Christoph Hellwig committed Jun 22, 2022
1 parent 466298c commit 04c14e8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Documentation/x86/x86_64/boot-options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -287,11 +287,13 @@ iommu options only relevant to the AMD GART hardware IOMMU:
iommu options only relevant to the software bounce buffering (SWIOTLB) IOMMU
implementation:

swiotlb=<pages>[,force]
<pages>
Prereserve that many 128K pages for the software IO bounce buffering.
swiotlb=<slots>[,force,noforce]
<slots>
Prereserve that many 2K slots for the software IO bounce buffering.
force
Force all IO through the software TLB.
noforce
Do not initialize the software TLB.


Miscellaneous
Expand Down

0 comments on commit 04c14e8

Please sign in to comment.