From: Benjamin Herrenschmidt Date: Wed, 17 Jun 2009 03:48:39 +0000 (+1000) Subject: mm: Move pgtable_cache_init() earlier X-Git-Tag: v2.6.31-rc1~298 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c868d550115b9ccc0027c67265b9520790f05601;p=pandora-kernel.git mm: Move pgtable_cache_init() earlier Some architectures need to initialize SLAB caches to be able to allocate page tables. They do that from pgtable_cache_init() so the later should be called earlier now, best is before vmalloc_init(). Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed