diff options
author | Tejun Heo <[email protected]> | 2010-04-09 18:57:01 +0900 |
---|---|---|
committer | Tejun Heo <[email protected]> | 2010-05-01 08:30:50 +0200 |
commit | b0c9778b1d07ed3aa7e411db201275553527b1b1 (patch) | |
tree | 8649c1b27edebc6addef5087eb1830fc8bccdb74 /tools/perf/util/trace-event-scripting.c | |
parent | 9f6455325618821dcf6775d7972881fde32e77c5 (diff) |
percpu: implement kernel memory based chunk allocation
Implement an alternate percpu chunk management based on kernel memeory
for nommu SMP architectures. Instead of mapping into vmalloc area,
chunks are allocated as a contiguous kernel memory using
alloc_pages(). As such, percpu allocator on nommu will have the
following restrictions.
* It can't fill chunks on-demand page-by-page. It has to allocate
each chunk fully upfront.
* It can't support sparse chunk for NUMA configurations. SMP w/o mmu
is crazy enough. Let's hope no one does NUMA w/o mmu. :-P
* If chunk size isn't power-of-two multiple of PAGE_SIZE, the
unaligned amount will be wasted on each chunk. So, archs which use
this better align chunk size.
For instructions on how to use this, read the comment on top of
mm/percpu-km.c.
Signed-off-by: Tejun Heo <[email protected]>
Reviewed-by: David Howells <[email protected]>
Cc: Graff Yang <[email protected]>
Cc: Sonic Zhang <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions