NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/57219 CVS commit: [netbsd-10] src/sys/arch/sparc64/include
The following reply was made to PR port-sparc64/57219; it has been noted by GNATS.
From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/57219 CVS commit: [netbsd-10] src/sys/arch/sparc64/include
Date: Wed, 8 Feb 2023 16:40:46 +0000
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.
Home |
Main Index |
Thread Index |
Old Index