Module Name:    src
Committed By:   simonb
Date:           Fri Mar 29 05:23:12 UTC 2019

Modified Files:
        src/sys/arch/mips/mips: mips_machdep.c

Log Message:
Add entry for MIPS 25Kf.


To generate a diff of this commit:
cvs rdiff -u -r1.278 -r1.279 src/sys/arch/mips/mips/mips_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/mips/mips/mips_machdep.c
diff -u src/sys/arch/mips/mips/mips_machdep.c:1.278 src/sys/arch/mips/mips/mips_machdep.c:1.279
--- src/sys/arch/mips/mips/mips_machdep.c:1.278	Fri Jun  9 06:43:30 2017
+++ src/sys/arch/mips/mips/mips_machdep.c	Fri Mar 29 05:23:12 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: mips_machdep.c,v 1.278 2017/06/09 06:43:30 skrll Exp $	*/
+/*	$NetBSD: mips_machdep.c,v 1.279 2019/03/29 05:23:12 simonb Exp $	*/
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -111,7 +111,7 @@
  */
 
 #include <sys/cdefs.h>			/* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.278 2017/06/09 06:43:30 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.279 2019/03/29 05:23:12 simonb Exp $");
 
 #define __INTR_PRIVATE
 #include "opt_cputype.h"
@@ -455,6 +455,8 @@ static const struct pridtab cputab[] = {
 	  MIPS64_FLAGS | CPU_MIPS_DOUBLE_COUNT, 0, 0, "5Kc"		},
 	{ MIPS_PRID_CID_MTI, MIPS_20Kc, -1, -1,	-1, 0,
 	  MIPS64_FLAGS,				0, 0, "20Kc"		},
+	{ MIPS_PRID_CID_MTI, MIPS_25Kf, -1, -1,	-1, 0,
+	  MIPS64_FLAGS,				0, 0, "25Kf"		},
 	{ MIPS_PRID_CID_MTI, MIPS_24K, -1, -1,	-1, 0,
 	  MIPS32_FLAGS | CPU_MIPS_DOUBLE_COUNT,
 	  MIPS_CP0FL_USE |

Reply via email to