commit | c868d550115b9ccc0027c67265b9520790f05601 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Jun 17 13:48:39 2009 +1000 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Jun 16 21:14:42 2009 -0700 |
tree | a3f9cde54f616e8d69005b217e917cd8025c33d3 | |
parent | 517d08699b250021303f9a7cf0d758b6dc0748ed [diff] |
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 <benh@kernel.crashing.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>