NetBSD-Bugs archive

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

PR/47093 CVS commit: src/sys/arch/x86/x86



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

From: "Maxime Villard" <maxv%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/47093 CVS commit: src/sys/arch/x86/x86
Date: Fri, 10 Feb 2017 10:39:37 +0000

 Module Name:	src
 Committed By:	maxv
 Date:		Fri Feb 10 10:39:36 UTC 2017
 
 Modified Files:
 	src/sys/arch/x86/x86: x86_machdep.c
 
 Log Message:
 If the segment list is full, print a warning on the console and launch the
 system with the available segments.
 
 High memory systems may have more than VM_PHYSSEG_MAX segments; it is
 better to truncate the memory and allow the system to work rather than
 just panicking. The user can still increase VM_PHYSSEG_MAX (or ask us to).
 
 Fixes issues such as PR/47093.
 
 Note: the warning is logged but does not appear in dmesg, this too needs
 to be fixed for the rest of the bootstrap procedure.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.86 -r1.87 src/sys/arch/x86/x86/x86_machdep.c
 
 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