https://github.com/torvalds/linux
Revision ed9b949f55bc8a6bb6083ce0eddb53d06aee302a authored by David Howells on 10 April 2008, 15:11:00 UTC, committed by Linus Torvalds on 10 April 2008, 20:41:29 UTC
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 <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent e31c243
History
Tip revision: ed9b949f55bc8a6bb6083ce0eddb53d06aee302a authored by David Howells on 10 April 2008, 15:11:00 UTC
FRV: Make NOMMU-mode work with base addresses other than 0xC0000000 [try #2]
Tip revision: ed9b949
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
virt
.gitignore -rw-r--r-- 644 bytes
.mailmap -rw-r--r-- 3.6 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 90.4 KB
Kbuild -rw-r--r-- 1.6 KB
MAINTAINERS -rw-r--r-- 94.9 KB
Makefile -rw-r--r-- 52.8 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top