Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/mips Expose MIPS_EBASE_CPUNUM.
details: https://anonhg.NetBSD.org/src/rev/8a305d4a450e
branches: trunk
changeset: 936150:8a305d4a450e
user: simonb <simonb%NetBSD.org@localhost>
date: Mon Jul 20 03:22:39 2020 +0000
description:
Expose MIPS_EBASE_CPUNUM.
diffstat:
sys/arch/mips/mips/genassym.cf | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 8549a278bbaf -r 8a305d4a450e sys/arch/mips/mips/genassym.cf
--- a/sys/arch/mips/mips/genassym.cf Mon Jul 20 03:17:44 2020 +0000
+++ b/sys/arch/mips/mips/genassym.cf Mon Jul 20 03:22:39 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: genassym.cf,v 1.69 2020/02/20 08:27:39 skrll Exp $
+# $NetBSD: genassym.cf,v 1.70 2020/07/20 03:22:39 simonb Exp $
#
# Copyright (c) 1992, 1993
# The Regents of the University of California. All rights reserved.
@@ -185,6 +185,8 @@
define S_MIPS3_PG_ASID ilog2(MIPS3_PG_ASID+1)
endif
+define MIPS_EBASE_CPUNUM MIPS_EBASE_CPUNUM
+
define TF_SIZ sizeof(struct trapframe)
define TF_REG_ZERO offsetof(struct trapframe, tf_regs[_R_ZERO])
define TF_REG_AST offsetof(struct trapframe, tf_regs[_R_AST])
Home |
Main Index |
Thread Index |
Old Index