[parisc-linux-cvs] linux rhirst

Richard Hirst rhirst@puffin.external.hp.com
Wed, 7 Feb 2001 01:50:24 -0700


CVSROOT:	/home/cvs/parisc
Module name:	linux
Changes by:	rhirst	01/02/07 01:50:24

Modified files:
	arch/parisc/kernel: entry.S syscall.S 

Log message:
Changes for 64 bit kernel only.  Make stack frame on kernel entry 128
bytes, initialise r29 to sp-0x10 on syscall entry.  More r29
initialisations are required elsewhere, but this should be enough to get
sys_pread working.  Sounds like we only really need 16 byte stack
alignment, so a stack frame of 80 bytes would probably work as well.
Leaving it at 128 for now, as that is what I tested with.