diff options
author | James Morris <jmorris@namei.org> | 2010-05-05 20:56:07 -0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2010-05-05 20:56:07 -0400 |
commit | 0ffbe2699cda6afbe08501098dff8a8c2fe6ae09 (patch) | |
tree | 81b1a2305d16c873371b65c5a863c0268036cefe /Documentation/kernel-parameters.txt | |
parent | 4e5d6f7ec3833c0da9cf34fa5c53c6058c5908b6 (diff) | |
parent | 7ebd467551ed6ae200d7835a84bbda0dcadaa511 (diff) |
Merge branch 'master' into next
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 |