From: Paul Mundt Date: Wed, 17 Feb 2010 03:33:22 +0000 (+0900) Subject: sh: Setup boot CPU VBR early to enable early page faults. X-Git-Tag: v2.6.34-rc1~285^2~17^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49f3bfe9334a4cf86079d2ee1d08e674b58862a9;p=pandora-kernel.git sh: Setup boot CPU VBR early to enable early page faults. 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 --- Reading git-diff-tree failed