diff options
author | Tejun Heo <tj@kernel.org> | 2009-08-14 10:00:53 +0400 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2009-08-14 10:00:53 +0400 |
commit | e933a73f48e3b2d40cfa56d81e2646f194b5a66a (patch) | |
tree | e828fbdac9ff888a3e8e3d750e14f132abd7ffa0 /Documentation/kernel-parameters.txt | |
parent | 4518e6a0c038b98be4c480e6f4481e8676bd15dd (diff) | |
download | linux-e933a73f48e3b2d40cfa56d81e2646f194b5a66a.tar.xz |
percpu: kill lpage first chunk allocator
With x86 converted to embedding allocator, lpage doesn't have any user
left. Kill it along with cpa handling code.
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Jan Beulich <JBeulich@novell.com>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index dee9ce2e6cfa..e710093e3d32 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -1920,11 +1920,11 @@ and is between 256 and 4096 characters. It is defined in the file See arch/parisc/kernel/pdc_chassis.c percpu_alloc= Select which percpu first chunk allocator to use. - Currently supported values are "embed", "page" and - "lpage". Archs may support subset or none of the - selections. See comments in mm/percpu.c for details - on each allocator. This parameter is primarily for - debugging and performance comparison. + Currently supported values are "embed" and "page". + Archs may support subset or none of the selections. + See comments in mm/percpu.c for details on each + allocator. This parameter is primarily for debugging + and performance comparison. pf. [PARIDE] See Documentation/blockdev/paride.txt. |