Module Name: src
Committed By: matt
Date: Thu Mar 20 22:19:38 UTC 2014
Modified Files:
src/sys/arch/arm/arm32: cpu.c
Log Message:
Define cache type 13
To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 src/sys/arch/arm/arm32/cpu.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/arm/arm32/cpu.c
diff -u src/sys/arch/arm/arm32/cpu.c:1.101 src/sys/arch/arm/arm32/cpu.c:1.102
--- src/sys/arch/arm/arm32/cpu.c:1.101 Mon Mar 3 08:15:36 2014
+++ src/sys/arch/arm/arm32/cpu.c Thu Mar 20 22:19:38 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.c,v 1.101 2014/03/03 08:15:36 matt Exp $ */
+/* $NetBSD: cpu.c,v 1.102 2014/03/20 22:19:38 matt Exp $ */
/*
* Copyright (c) 1995 Mark Brinicombe.
@@ -46,7 +46,7 @@
#include <sys/param.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.101 2014/03/03 08:15:36 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.102 2014/03/20 22:19:38 matt Exp $");
#include <sys/systm.h>
#include <sys/conf.h>
@@ -556,7 +556,7 @@ static const char * const wtnames[] = {
"**unknown 10**",
"**unknown 11**",
"**unknown 12**",
- "**unknown 13**",
+ "write-back-locking-line",
"write-back-locking-C",
"write-back-locking-D",
};