commit | 959982fee4e635c61780e989c3e34267143fcc02 | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yinghai@kernel.org> | Thu May 28 18:15:16 2009 -0700 |
committer | Pekka Enberg <penberg@cs.helsinki.fi> | Thu Jun 11 19:27:10 2009 +0300 |
tree | 08ff2d07020a908a10bbebb64729ca5b325843f3 | |
parent | dad213aeb59718623fc59defeff95fe8c3feb8a0 [diff] |
memcg: don't use bootmem allocator in setup code The bootmem allocator is no longer available for page_cgroup_init() because we set up the kernel slab allocator much earlier now. Cc: Ingo Molnar <mingo@elte.hu> Cc: Johannes Weiner <hannes@cmpxchg.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Yinghai Lu <yinghai@kernel.org> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>