Module Name: src
Committed By: macallan
Date: Mon Jul 25 22:10:03 UTC 2016
Modified Files:
src/sys/arch/mips/mips: mips_machdep.c
Log Message:
xburst needs CPU_MIPS_D_CACHE_COHERENT
To generate a diff of this commit:
cvs rdiff -u -r1.272 -r1.273 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.272 src/sys/arch/mips/mips/mips_machdep.c:1.273
--- src/sys/arch/mips/mips/mips_machdep.c:1.272 Mon Jul 11 18:56:41 2016
+++ src/sys/arch/mips/mips/mips_machdep.c Mon Jul 25 22:10:03 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: mips_machdep.c,v 1.272 2016/07/11 18:56:41 skrll Exp $ */
+/* $NetBSD: mips_machdep.c,v 1.273 2016/07/25 22:10:03 macallan 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.272 2016/07/11 18:56:41 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.273 2016/07/25 22:10:03 macallan Exp $");
#define __INTR_PRIVATE
#include "opt_cputype.h"
@@ -660,7 +660,8 @@ static const struct pridtab cputab[] = {
/* Ingenic XBurst */
{ MIPS_PRID_CID_INGENIC, MIPS_XBURST, -1, -1, -1, 0,
- MIPS32_FLAGS | CPU_MIPS_DOUBLE_COUNT, 0, 0, "XBurst" },
+ MIPS32_FLAGS | CPU_MIPS_D_CACHE_COHERENT | CPU_MIPS_DOUBLE_COUNT,
+ 0, 0, "XBurst" },
{ 0, 0, 0, 0, 0, 0,
0, 0, 0, NULL }