Module Name: src Committed By: martin Date: Sun Feb 4 12:40:31 UTC 2018
Modified Files: src/sys/arch/i386/i386 [netbsd-8]: copy.S Removed Files: src/sys/arch/i386/conf [netbsd-8]: kern.ldscript.4MB largepages.inc Log Message: Pull up following revision(s) (requested by maxv519): sys/arch/i386/conf/largepages.inc: file removal sys/arch/i386/conf/kern.ldscript.4MB: file removal sys/arch/i386/i386/copy.S: revision 1.26 Sync with amd64, in particular, add END() markers, don't fall through functions, narrow the copy windows, and remove suword. Remove these files. No one cares about this on i386, and there is no point in keeping undocumented options nobody understands anyway. To generate a diff of this commit: cvs rdiff -u -r1.17 -r0 src/sys/arch/i386/conf/kern.ldscript.4MB cvs rdiff -u -r1.4 -r0 src/sys/arch/i386/conf/largepages.inc cvs rdiff -u -r1.25 -r1.25.8.1 src/sys/arch/i386/i386/copy.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.