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 8ccbf27aead4..5abc09a93bc2 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -320,6 +320,13 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
320 | on: enable for both 32- and 64-bit processes | 320 | on: enable for both 32- and 64-bit processes |
321 | off: disable for both 32- and 64-bit processes | 321 | off: disable for both 32- and 64-bit processes |
322 | 322 | ||
323 | alloc_snapshot [FTRACE] | ||
324 | Allocate the ftrace snapshot buffer on boot up when the | ||
325 | main buffer is allocated. This is handy if debugging | ||
326 | and you need to use tracing_snapshot() on boot up, and | ||
327 | do not want to use tracing_snapshot_alloc() as it needs | ||
328 | to be done where GFP_KERNEL allocations are allowed. | ||
329 | |||
323 | amd_iommu= [HW,X86-64] | 330 | amd_iommu= [HW,X86-64] |
324 | Pass parameters to the AMD IOMMU driver in the system. | 331 | Pass parameters to the AMD IOMMU driver in the system. |
325 | Possible values are: | 332 | Possible values are: |