Module Name: src Committed By: martin Date: Wed Feb 8 16:42:12 UTC 2023
Modified Files: src/sys/arch/sparc64/include [netbsd-9]: vmparam.h Log Message: Pull up following revision(s) (requested by hgutch in ticket #1588): sys/arch/sparc64/include/vmparam.h: revision 1.43 Avoid using (1<<64)-1 for VM_MAX{,USER}_ADDRESS as rounding that up to the next page boundary gives 0 and instead make the VA space end one page earlier. Fixes PR sparc64/57219. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.39.4.1 src/sys/arch/sparc64/include/vmparam.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.