diff options
author | Joerg Roedel <joerg.roedel@amd.com> | 2010-04-07 14:28:26 +0200 |
---|---|---|
committer | Joerg Roedel <joerg.roedel@amd.com> | 2010-04-07 14:31:51 +0200 |
commit | 20a1cfba340f23a7ca62391e199c40c86b762ea3 (patch) | |
tree | c6aa7353216c6f440df5f1423305c6057bb1174b /Documentation | |
parent | d18c69d3898985c66cd6e878b8f576fd9a21ab39 (diff) | |
download | op-kernel-dev-20a1cfba340f23a7ca62391e199c40c86b762ea3.zip op-kernel-dev-20a1cfba340f23a7ca62391e199c40c86b762ea3.tar.gz |
x86/amd-iommu: Remove obsolete parameter documentation
Support for the share and fullflush parameters was removed.
Remove the documentation about them too.
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index e7848a0..ccea846 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -323,11 +323,6 @@ and is between 256 and 4096 characters. It is defined in the file amd_iommu= [HW,X86-84] Pass parameters to the AMD IOMMU driver in the system. Possible values are: - isolate - enable device isolation (each device, as far - as possible, will get its own protection - domain) [default] - share - put every device behind one IOMMU into the - same protection domain fullflush - enable flushing of IO/TLB entries when they are unmapped. Otherwise they are flushed before they will be reused, which |