[parisc-linux-cvs] linux-2.5 rhirst

Richard Hirst parisc-linux@lists.parisc-linux.org
Mon, 22 Jul 2002 18:11:04 -0600 (MDT)


CVSROOT:	/var/cvs
Module name:	linux-2.5
Changes by:	rhirst	02/07/22 18:11:04

Modified files:
	arch/parisc/kernel: init_task.c 

Log message:
init_thread_union needs some alignment. 4 isn't enough, as code expects
to set up a stack at 128 offset from start.  This aligns at 128, as a
first guess.