Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/aarch64/include aarch64_cache_info[] is not global



details:   https://anonhg.NetBSD.org/src/rev/381c5478c88a
branches:  trunk
changeset: 847347:381c5478c88a
user:      ryo <ryo%NetBSD.org@localhost>
date:      Thu Dec 19 09:47:42 2019 +0000

description:
aarch64_cache_info[] is not global

diffstat:

 sys/arch/aarch64/include/cpufunc.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 7a6987564af2 -r 381c5478c88a sys/arch/aarch64/include/cpufunc.h
--- a/sys/arch/aarch64/include/cpufunc.h        Thu Dec 19 07:44:56 2019 +0000
+++ b/sys/arch/aarch64/include/cpufunc.h        Thu Dec 19 09:47:42 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpufunc.h,v 1.8 2019/11/22 05:21:19 mlelstv Exp $      */
+/*     $NetBSD: cpufunc.h,v 1.9 2019/12/19 09:47:42 ryo Exp $  */
 
 /*
  * Copyright (c) 2017 Ryo Shimizu <ryo%nerv.org@localhost>
@@ -64,7 +64,6 @@
 };
 
 #define MAX_CACHE_LEVEL        8               /* ARMv8 has maximum 8 level cache */
-extern struct aarch64_cache_info aarch64_cache_info[MAX_CACHE_LEVEL];
 extern u_int aarch64_cache_vindexsize; /* cachesize/way (VIVT/VIPT) */
 extern u_int aarch64_cache_prefer_mask;
 extern u_int cputype;                  /* compat arm */



Home | Main Index | Thread Index | Old Index