diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 4956686f99bf..2c85c0692b01 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -981,6 +981,12 @@ and is between 256 and 4096 characters. It is defined in the file | |||
981 | result in a hardware IOTLB flush operation as opposed | 981 | result in a hardware IOTLB flush operation as opposed |
982 | to batching them for performance. | 982 | to batching them for performance. |
983 | 983 | ||
984 | intremap= [X86-64, Intel-IOMMU] | ||
985 | Format: { on (default) | off | nosid } | ||
986 | on enable Interrupt Remapping (default) | ||
987 | off disable Interrupt Remapping | ||
988 | nosid disable Source ID checking | ||
989 | |||
984 | inttest= [IA64] | 990 | inttest= [IA64] |
985 | 991 | ||
986 | iomem= Disable strict checking of access to MMIO memory | 992 | iomem= Disable strict checking of access to MMIO memory |
@@ -1681,6 +1687,7 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1681 | 1687 | ||
1682 | nointremap [X86-64, Intel-IOMMU] Do not enable interrupt | 1688 | nointremap [X86-64, Intel-IOMMU] Do not enable interrupt |
1683 | remapping. | 1689 | remapping. |
1690 | [Deprecated - use intremap=off] | ||
1684 | 1691 | ||
1685 | nointroute [IA-64] | 1692 | nointroute [IA-64] |
1686 | 1693 | ||