From: KAMEZAWA Hiroyuki Date: Tue, 29 Apr 2008 08:00:24 +0000 (-0700) Subject: memcgroup: use vmalloc for mem_cgroup allocation X-Git-Tag: v2.6.26-rc1~563 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33327948782bcef89c78eb47af86b6a2df9fd4a5;p=pandora-kernel.git 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. [akpm@linux-foundation.org: simplification] Signed-off-by: KAMEZAWA Hiroyuki Cc: Pavel Emelyanov Cc: Li Zefan Cc: Balbir Singh Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed