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 e87bdbfbcc75..11648c13a729 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1535,6 +1535,10 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1535 | register save and restore. The kernel will only save | 1535 | register save and restore. The kernel will only save |
1536 | legacy floating-point registers on task switch. | 1536 | legacy floating-point registers on task switch. |
1537 | 1537 | ||
1538 | noxsave [BUGS=X86] Disables x86 extended register state save | ||
1539 | and restore using xsave. The kernel will fallback to | ||
1540 | enabling legacy floating-point and sse state. | ||
1541 | |||
1538 | nohlt [BUGS=ARM,SH] Tells the kernel that the sleep(SH) or | 1542 | nohlt [BUGS=ARM,SH] Tells the kernel that the sleep(SH) or |
1539 | wfi(ARM) instruction doesn't work correctly and not to | 1543 | wfi(ARM) instruction doesn't work correctly and not to |
1540 | use it. This is also useful when using JTAG debugger. | 1544 | use it. This is also useful when using JTAG debugger. |
@@ -1571,6 +1575,9 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1571 | noinitrd [RAM] Tells the kernel not to load any configured | 1575 | noinitrd [RAM] Tells the kernel not to load any configured |
1572 | initial RAM disk. | 1576 | initial RAM disk. |
1573 | 1577 | ||
1578 | nointremap [X86-64, Intel-IOMMU] Do not enable interrupt | ||
1579 | remapping. | ||
1580 | |||
1574 | nointroute [IA-64] | 1581 | nointroute [IA-64] |
1575 | 1582 | ||
1576 | nojitter [IA64] Disables jitter checking for ITC timers. | 1583 | nojitter [IA64] Disables jitter checking for ITC timers. |