NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/57219 CVS commit: src/sys/arch/sparc64/include



The following reply was made to PR port-sparc64/57219; it has been noted by GNATS.

From: "Harold Gutch" <hgutch%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57219 CVS commit: src/sys/arch/sparc64/include
Date: Tue, 7 Feb 2023 14:11:16 +0000

 Module Name:	src
 Committed By:	hgutch
 Date:		Tue Feb  7 14:11:16 UTC 2023
 
 Modified Files:
 	src/sys/arch/sparc64/include: vmparam.h
 
 Log Message:
 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.43 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