Module Name: src Committed By: martin Date: Wed Feb 8 16:40:46 UTC 2023
Modified Files: src/sys/arch/sparc64/include [netbsd-10]: vmparam.h Log Message: Pull up following revision(s) (requested by hgutch in ticket #71): 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.42 -r1.42.18.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.