]> git.baikalelectronics.ru Git - kernel.git/commit
[MIPS] Fix FIXADDR_TOP for TX39/TX49.
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Tue, 20 Jun 2006 14:59:11 +0000 (23:59 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 29 Jun 2006 20:10:52 +0000 (21:10 +0100)
commit52af91b807a30b2e2a8cabe4f4a19236dd2b1d42
tree71afe4415b664ae3d34a28568c1b09a9dd9129a3
parentfecddf859999c1dd90142d0fa7da8aa33dd18161
[MIPS] Fix FIXADDR_TOP for TX39/TX49.

FIXADDR_TOP is used for HIGHMEM and for upper limit of vmalloc area on
32bit kernel.  TX39XX and TX49XX have "reserved" segment in CKSEG3
area.  0xff000000-0xff3fffff on TX49XX and 0xff000000-0xfffeffff on
TX39XX are reserved (unmapped, uncached) therefore can not be used as
mapped area.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/fixmap.h