NetBSD-Bugs archive

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

PR/59385 CVS commit: src/sys/arch/mips



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59385 CVS commit: src/sys/arch/mips
Date: Sat, 3 May 2025 02:00:46 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Sat May  3 02:00:46 UTC 2025
 
 Modified Files:
 	src/sys/arch/mips/include: cache.h mips_param.h
 	src/sys/arch/mips/mips: fp.S mips_emul.c mips_fixup.c mips_fputrap.c
 	    process_machdep.c
 	src/sys/arch/mips/rmi: rmixlreg.h
 
 Log Message:
 mips: Include opt_cputype.h before any of the flags it defines.
 
 PR port-evbmips/59385: PGSHIFT is inconsistently defined on MIPS
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.16 -r1.17 src/sys/arch/mips/include/cache.h
 cvs rdiff -u -r1.54 -r1.55 src/sys/arch/mips/include/mips_param.h
 cvs rdiff -u -r1.59 -r1.60 src/sys/arch/mips/mips/fp.S
 cvs rdiff -u -r1.31 -r1.32 src/sys/arch/mips/mips/mips_emul.c
 cvs rdiff -u -r1.23 -r1.24 src/sys/arch/mips/mips/mips_fixup.c
 cvs rdiff -u -r1.12 -r1.13 src/sys/arch/mips/mips/mips_fputrap.c
 cvs rdiff -u -r1.39 -r1.40 src/sys/arch/mips/mips/process_machdep.c
 cvs rdiff -u -r1.5 -r1.6 src/sys/arch/mips/rmi/rmixlreg.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