Module Name:    src
Committed By:   msaitoh
Date:           Fri Jan  8 02:25:15 UTC 2016

Modified Files:
        src/sys/arch/x86/include: cacheinfo.h

Log Message:
 Index 0x6c is not 126 entries but 128 entries. The old value was from
previous SDM.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/x86/include/cacheinfo.h

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/x86/include/cacheinfo.h
diff -u src/sys/arch/x86/include/cacheinfo.h:1.20 src/sys/arch/x86/include/cacheinfo.h:1.21
--- src/sys/arch/x86/include/cacheinfo.h:1.20	Mon Oct 19 02:45:26 2015
+++ src/sys/arch/x86/include/cacheinfo.h	Fri Jan  8 02:25:15 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: cacheinfo.h,v 1.20 2015/10/19 02:45:26 msaitoh Exp $	*/
+/*	$NetBSD: cacheinfo.h,v 1.21 2016/01/08 02:25:15 msaitoh Exp $	*/
 
 #ifndef _X86_CACHEINFO_H_
 #define _X86_CACHEINFO_H_
@@ -236,7 +236,7 @@ __CI_TBL(CAI_ITLB,     0x61, 0xff, 48,  
 __CI_TBL(CAI_L1_1GBDTLB,0x63,   4,  4,1024*1024 * 1024, NULL), \
 __CI_TBL(CAI_ITLB,     0x6a,    8, 64,        4 * 1024, NULL), \
 __CI_TBL(CAI_DTLB,     0x6b,    8,256,        4 * 1024, NULL), \
-__CI_TBL(CAI_L2_DTLB2, 0x6c,    8,126,               0, "2M/4M: 126 entries"),\
+__CI_TBL(CAI_L2_DTLB2, 0x6c,    8,128,               0, "2M/4M: 128 entries"),\
 __CI_TBL(CAI_L1_1GBDTLB,0x6d,0xff, 16,1024*1024 * 1024, NULL), \
 __CI_TBL(CAI_ITLB2,    0x76, 0xff,  8, 4 * 1024 * 1024, "2M/4M: 8 entries"), \
 __CI_TBL(CAI_DTLB,     0xa0, 0xff, 32,        4 * 1024, NULL), \

Reply via email to