diff options
| author | KAMEZAWA Hiroyuki <[email protected]> | 2008-04-29 01:00:24 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2008-04-29 08:06:11 -0700 |
| commit | 33327948782bcef89c78eb47af86b6a2df9fd4a5 (patch) | |
| tree | c1045eaee1b63a6be37a09c969e2433a5c595c33 /tools/perf/scripts/python | |
| parent | 4a56d02e34baedbea5eb1fd558f2b856b8c7db1e (diff) | |
memcgroup: use vmalloc for mem_cgroup allocation
On ia64, this kmalloc() requires order-4 pages. But this is not necessary to
be physically contiguous. For big mem_cgroup, vmalloc is better. For small
ones, kmalloc is used.
[[email protected]: simplification]
Signed-off-by: KAMEZAWA Hiroyuki <[email protected]>
Cc: Pavel Emelyanov <[email protected]>
Cc: Li Zefan <[email protected]>
Cc: Balbir Singh <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions