linux jsm

John Marvin jsm@puffin.external.hp.com
Sat, 13 Jan 2001 02:47:28 -0700


CVSROOT:	/home/cvs/parisc
Module name:	linux
Changes by:	jsm	01/01/13 02:47:28

Modified files:
	arch/parisc    : vmlinux.lds 

Log message:
Don't assign an address of 0 to .PARISC.unwind section, otherwise it overwrites
page zero! Also, move it before _end so that it doesn't get overwritten.
Of course, all this assumes that the kernel will someday care about the
data in this section (kernel stack backtrace for example). If not, we
should just remove the load attribute from this section.