x86: move some func calling from setup_arch to paging_init
authorYinghai Lu <yhlu.kernel@gmail.com>
Tue, 24 Jun 2008 02:51:10 +0000 (19:51 -0700)
committerIngo Molnar <mingo@elte.hu>
Tue, 8 Jul 2008 10:50:24 +0000 (12:50 +0200)
those function depend on paging setup pgtable, so they could access
the ram in bootmem region but just get mapped.

Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found