commit | a7b6b77b8917488d2d6b99d82673845e508144a3 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Fri Sep 03 18:22:47 2010 +0200 |
committer | Pekka Enberg <penberg@kernel.org> | Sat Oct 02 10:25:47 2010 +0300 |
tree | bb3490877252f008bb12ecf0d9f4e5f795aa0cd6 | |
parent | 0bc14062414d35c269b7c7dc3243a890886e7b38 [diff] |
percpu: reduce PCPU_MIN_UNIT_SIZE to 32k In preparation of enabling percpu allocator for UP, reduce PCPU_MIN_UNIT_SIZE to 32k. On UP, the first chunk doesn't have to include static percpu variables and chunk size can be smaller which is important as UP percpu allocator will use contiguous kernel memory to populate chunks. PCPU_MIN_UNIT_SIZE also determines the maximum supported allocation size but 32k should still be enough. Signed-off-by: Tejun Heo <tj@kernel.org>