[parisc-linux-cvs] linux rhirst

Richard Hirst rhirst@puffin.external.hp.com
Wed, 6 Jun 2001 12:24:32 -0600


CVSROOT:	/home/cvs/parisc
Module name:	linux
Changes by:	rhirst	01/06/06 12:24:32

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

Log message:
On the A500 I found e2fsck crashed.  Userland calls sys_read with
a count of 0x400, but there is really 0xffffffff00000400 in the
register.  Top halves need zeroing when 32 bit userland calls 64
bit kernel land.