sh: Setup boot CPU VBR early to enable early page faults.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 17 Feb 2010 03:33:22 +0000 (12:33 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 17 Feb 2010 03:33:22 +0000 (12:33 +0900)
vmemmap and the vmsplit code amongst others need to be able to take page
faults much earlier than trap_init() time, so move this in to the early
CPU initialization. VBR setup for secondary CPUs is already handled
through start_secondary(), so we only need to do this for the boot CPU.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found