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-- 207 bytes
alloc.c -rw-r--r-- 11.1 KB
anode.c -rw-r--r-- 14.2 KB
buffer.c -rw-r--r-- 3.9 KB
dentry.c -rw-r--r-- 1.5 KB
dir.c -rw-r--r-- 8.3 KB
dnode.c -rw-r--r-- 29.5 KB
ea.c -rw-r--r-- 10.3 KB
file.c -rw-r--r-- 3.7 KB
hpfs.h -rw-r--r-- 17.0 KB
hpfs_fn.h -rw-r--r-- 11.6 KB
inode.c -rw-r--r-- 8.1 KB
map.c -rw-r--r-- 7.7 KB
name.c -rw-r--r-- 4.1 KB
namei.c -rw-r--r-- 16.6 KB
super.c -rw-r--r-- 18.4 KB

back to top