diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 3a238644c811..4c12a290bee5 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1971,11 +1971,12 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1971 | Format: { 0 | 1 } | 1971 | Format: { 0 | 1 } |
1972 | See arch/parisc/kernel/pdc_chassis.c | 1972 | See arch/parisc/kernel/pdc_chassis.c |
1973 | 1973 | ||
1974 | percpu_alloc= [X86] Select which percpu first chunk allocator to use. | 1974 | percpu_alloc= Select which percpu first chunk allocator to use. |
1975 | Allowed values are one of "lpage", "embed" and "4k". | 1975 | Currently supported values are "embed" and "page". |
1976 | See comments in arch/x86/kernel/setup_percpu.c for | 1976 | Archs may support subset or none of the selections. |
1977 | details on each allocator. This parameter is primarily | 1977 | See comments in mm/percpu.c for details on each |
1978 | for debugging and performance comparison. | 1978 | allocator. This parameter is primarily for debugging |
1979 | and performance comparison. | ||
1979 | 1980 | ||
1980 | pf. [PARIDE] | 1981 | pf. [PARIDE] |
1981 | See Documentation/blockdev/paride.txt. | 1982 | See Documentation/blockdev/paride.txt. |