diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-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 2b2407d9a6d0..0afdd284d656 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1028,6 +1028,12 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1028 | result in a hardware IOTLB flush operation as opposed | 1028 | result in a hardware IOTLB flush operation as opposed |
1029 | to batching them for performance. | 1029 | to batching them for performance. |
1030 | 1030 | ||
1031 | intremap= [X86-64, Intel-IOMMU] | ||
1032 | Format: { on (default) | off | nosid } | ||
1033 | on enable Interrupt Remapping (default) | ||
1034 | off disable Interrupt Remapping | ||
1035 | nosid disable Source ID checking | ||
1036 | |||
1031 | inttest= [IA64] | 1037 | inttest= [IA64] |
1032 | 1038 | ||
1033 | iomem= Disable strict checking of access to MMIO memory | 1039 | iomem= Disable strict checking of access to MMIO memory |
@@ -1755,6 +1761,7 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1755 | 1761 | ||
1756 | nointremap [X86-64, Intel-IOMMU] Do not enable interrupt | 1762 | nointremap [X86-64, Intel-IOMMU] Do not enable interrupt |
1757 | remapping. | 1763 | remapping. |
1764 | [Deprecated - use intremap=off] | ||
1758 | 1765 | ||
1759 | nointroute [IA-64] | 1766 | nointroute [IA-64] |
1760 | 1767 | ||