From: David Howells Date: Thu, 10 Apr 2008 15:11:00 +0000 (+0100) Subject: FRV: Make NOMMU-mode work with base addresses other than 0xC0000000 [try #2] X-Git-Tag: v2.6.25-rc9~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed9b949f55bc8a6bb6083ce0eddb53d06aee302a;p=pandora-kernel.git FRV: Make NOMMU-mode work with base addresses other than 0xC0000000 [try #2] Make NOMMU-mode work with base addresses other than 0xC0000000 by: (1) Giving the code that sets up the protection registers the right address in __sdram_base. Rather than being hard coded to 0xC0000000, the value of __page_offset is obtained from the linker script. (2) Eliminate the check in __switch_to() that verifies the current thread info is in the 0xCxxxxxxx region. Signed-off-by: David Howells Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed