diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 23f95eaf7c07..db1db1ea3c0a 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -321,11 +321,6 @@ and is between 256 and 4096 characters. It is defined in the file | |||
321 | amd_iommu= [HW,X86-84] | 321 | amd_iommu= [HW,X86-84] |
322 | Pass parameters to the AMD IOMMU driver in the system. | 322 | Pass parameters to the AMD IOMMU driver in the system. |
323 | Possible values are: | 323 | Possible values are: |
324 | isolate - enable device isolation (each device, as far | ||
325 | as possible, will get its own protection | ||
326 | domain) [default] | ||
327 | share - put every device behind one IOMMU into the | ||
328 | same protection domain | ||
329 | fullflush - enable flushing of IO/TLB entries when | 324 | fullflush - enable flushing of IO/TLB entries when |
330 | they are unmapped. Otherwise they are | 325 | they are unmapped. Otherwise they are |
331 | flushed before they will be reused, which | 326 | flushed before they will be reused, which |
@@ -1200,7 +1195,7 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1200 | 1195 | ||
1201 | libata.force= [LIBATA] Force configurations. The format is comma | 1196 | libata.force= [LIBATA] Force configurations. The format is comma |
1202 | separated list of "[ID:]VAL" where ID is | 1197 | separated list of "[ID:]VAL" where ID is |
1203 | PORT[:DEVICE]. PORT and DEVICE are decimal numbers | 1198 | PORT[.DEVICE]. PORT and DEVICE are decimal numbers |
1204 | matching port, link or device. Basically, it matches | 1199 | matching port, link or device. Basically, it matches |
1205 | the ATA ID string printed on console by libata. If | 1200 | the ATA ID string printed on console by libata. If |
1206 | the whole ID part is omitted, the last PORT and DEVICE | 1201 | the whole ID part is omitted, the last PORT and DEVICE |