Module Name: src Committed By: simonb Date: Fri Jul 31 02:58:03 UTC 2020
Modified Files: src/sys/arch/mips/mips: mips_machdep.c Log Message: CN70XX has a config4 CP0 register. To generate a diff of this commit: cvs rdiff -u -r1.295 -r1.296 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.295 src/sys/arch/mips/mips/mips_machdep.c:1.296 --- src/sys/arch/mips/mips/mips_machdep.c:1.295 Mon Jul 13 05:20:45 2020 +++ src/sys/arch/mips/mips/mips_machdep.c Fri Jul 31 02:58:03 2020 @@ -1,4 +1,4 @@ -/* $NetBSD: mips_machdep.c,v 1.295 2020/07/13 05:20:45 simonb Exp $ */ +/* $NetBSD: mips_machdep.c,v 1.296 2020/07/31 02:58:03 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.295 2020/07/13 05:20:45 simonb Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.296 2020/07/31 02:58:03 simonb Exp $"); #define __INTR_PRIVATE #include "opt_cputype.h" @@ -674,7 +674,8 @@ static const struct pridtab cputab[] = { MIPS64_FLAGS | CPU_MIPS_D_CACHE_COHERENT | CPU_MIPS_NO_LLADDR, MIPS_CP0FL_USE | MIPS_CP0FL_EBASE | MIPS_CP0FL_CONFIG | - MIPS_CP0FL_CONFIG1 | MIPS_CP0FL_CONFIG2 | MIPS_CP0FL_CONFIG3, + MIPS_CP0FL_CONFIG1 | MIPS_CP0FL_CONFIG2 | MIPS_CP0FL_CONFIG3 | + MIPS_CP0FL_CONFIG4, 0, "CN70xx/CN71xx" },