Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/include On second thoughts this can't be condi...



details:   https://anonhg.NetBSD.org/src/rev/da2de355ae72
branches:  trunk
changeset: 936262:da2de355ae72
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Jul 23 12:15:59 2020 +0000

description:
On second thoughts this can't be conditional so define CACHE_LINE_SIZE /
COHERENCY_UNIT as 128 for all mips.

diffstat:

 sys/arch/mips/include/mips_param.h |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (23 lines):

diff -r 0b321ff35dc8 -r da2de355ae72 sys/arch/mips/include/mips_param.h
--- a/sys/arch/mips/include/mips_param.h        Thu Jul 23 12:13:25 2020 +0000
+++ b/sys/arch/mips/include/mips_param.h        Thu Jul 23 12:15:59 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mips_param.h,v 1.41 2020/07/23 12:13:25 skrll Exp $    */
+/*     $NetBSD: mips_param.h,v 1.42 2020/07/23 12:15:59 skrll Exp $    */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -80,13 +80,8 @@
 #define MSGBUFSIZE     NBPG            /* default message buffer size */
 #endif
 
-#ifdef MIPS64_OCTEON
 #define COHERENCY_UNIT 128
 #define CACHE_LINE_SIZE        128
-#endif
-#ifndef COHERENCY_UNIT
-#define COHERENCY_UNIT 32      /* MIPS cachelines are usually 32 bytes */
-#endif
 
 #ifdef ENABLE_MIPS_16KB_PAGE
 #define        PGSHIFT         14              /* LOG2(NBPG) */



Home | Main Index | Thread Index | Old Index