Revision b2665f92ae67a2d086537979d317a6f3a5697c63 authored by Matt Porter on 20 May 2005, 20:59:14 UTC, committed by Linus Torvalds on 20 May 2005, 22:48:19 UTC
This patch fixed CONFIG_TASK_SIZE handling on 44x.  Currently head_44x.S
hardcodes 0x80000000, which breaks if user chooses to change TASK_SIZE
(e.g.  for 3G user-space).  Tested on Ocotea in 3G/1G configuration.

Signed-off-by: Eugene Surovegin <ebs@ebshome.net>
Signed-off-by: Matt Porter <mporter@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 7f8cd80
History
File Mode Size
Makefile -rw-r--r-- 339 bytes
array.c -rw-r--r-- 12.0 KB
base.c -rw-r--r-- 48.3 KB
generic.c -rw-r--r-- 15.9 KB
inode-alloc.txt -rw-r--r-- 413 bytes
inode.c -rw-r--r-- 4.5 KB
internal.h -rw-r--r-- 1.3 KB
kcore.c -rw-r--r-- 9.8 KB
kmsg.c -rw-r--r-- 1.1 KB
mmu.c -rw-r--r-- 1.8 KB
nommu.c -rw-r--r-- 3.1 KB
proc_devtree.c -rw-r--r-- 3.8 KB
proc_misc.c -rw-r--r-- 16.3 KB
proc_tty.c -rw-r--r-- 5.8 KB
root.c -rw-r--r-- 3.9 KB
task_mmu.c -rw-r--r-- 5.3 KB
task_nommu.c -rw-r--r-- 3.7 KB

back to top