]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0df0cf6d51d2ec143dd9f589b521dc359c1b5834
tree3f59865a5cbf927bfa6489ea6d024994aceb2b29
parentf60525da7db6ad1593890b3f63da51d5db208853
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