Subject: CVS commit: src/sys/compat/linux/arch/powerpc
To: None <source-changes@NetBSD.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 07/25/2004 23:26:44
Module Name:	src
Committed By:	chs
Date:		Sun Jul 25 23:26:44 UTC 2004

Modified Files:
	src/sys/compat/linux/arch/powerpc: files.linux_powerpc linux_exec.h
	    linux_exec_powerpc.c
Removed Files:
	src/sys/compat/linux/arch/powerpc: linux_sp_wrap_powerpc.S

Log Message:
remove the LINUX_SP_WRAP hack since it doesn't seem to be needed anymore,
and removing it lets us go back to mapping the stack non-executable again.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/compat/linux/arch/powerpc/files.linux_powerpc
cvs rdiff -r1.17 -r1.18 src/sys/compat/linux/arch/powerpc/linux_exec.h
cvs rdiff -r1.14 -r1.15 \
    src/sys/compat/linux/arch/powerpc/linux_exec_powerpc.c
cvs rdiff -r1.2 -r0 src/sys/compat/linux/arch/powerpc/linux_sp_wrap_powerpc.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.