init: introduce mm_init()
authorPekka Enberg <penberg@cs.helsinki.fi>
Thu, 11 Jun 2009 15:29:06 +0000 (18:29 +0300)
committerPekka Enberg <penberg@cs.helsinki.fi>
Thu, 11 Jun 2009 16:27:03 +0000 (19:27 +0300)
commit444f478f65c7ca4606f9965b31feed13fe2bc9fa
tree3f59865a5cbf927bfa6489ea6d024994aceb2b29
parent43ebdac42f16037263b52a5aeedcd1bfa4a9bb29
init: introduce mm_init()

As suggested by Christoph Lameter, introduce mm_init() now that we initialize
all the kernel memory allocations together.

Cc: Christoph Lameter <cl@linux-foundation.org>
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
init/main.c