NetBSD-Bugs archive

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

PR/52940 CVS commit: src/sys/arch/mips/include



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

From: "Maya Rashish" <maya%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52940 CVS commit: src/sys/arch/mips/include
Date: Mon, 22 Jan 2018 23:20:26 +0000

 Module Name:	src
 Committed By:	maya
 Date:		Mon Jan 22 23:20:26 UTC 2018
 
 Modified Files:
 	src/sys/arch/mips/include: cpu.h
 
 Log Message:
 Don't attempt to dereference cpu_infos if ncpus == 0.
 Instead use the already initialized cpu_info_store.
 
 (Also, now we assume all ncpus have cpu_infos initialized. seems to work.)
 
 fixes PR port-mips/52940: ERLITE multiprocessor hangs early
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.122 -r1.123 src/sys/arch/mips/include/cpu.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