mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
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>
This commit is contained in:
parent
466298c656
commit
04c14e8e38
1 changed files with 5 additions and 3 deletions
|
@ -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
|
iommu options only relevant to the software bounce buffering (SWIOTLB) IOMMU
|
||||||
implementation:
|
implementation:
|
||||||
|
|
||||||
swiotlb=<pages>[,force]
|
swiotlb=<slots>[,force,noforce]
|
||||||
<pages>
|
<slots>
|
||||||
Prereserve that many 128K pages for the software IO bounce buffering.
|
Prereserve that many 2K slots for the software IO bounce buffering.
|
||||||
force
|
force
|
||||||
Force all IO through the software TLB.
|
Force all IO through the software TLB.
|
||||||
|
noforce
|
||||||
|
Do not initialize the software TLB.
|
||||||
|
|
||||||
|
|
||||||
Miscellaneous
|
Miscellaneous
|
||||||
|
|
Loading…
Reference in a new issue