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 No need for MIPS_EBASE_CPUNUM now that as...
details: https://anonhg.NetBSD.org/src/rev/7f1f8e20c570
branches: trunk
changeset: 937224:7f1f8e20c570
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Aug 12 08:57:03 2020 +0000
description:
No need for MIPS_EBASE_CPUNUM now that asm.h supports __BITS
diffstat:
sys/arch/mips/mips/genassym.cf | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r 5ec2ed5bf0e1 -r 7f1f8e20c570 sys/arch/mips/mips/genassym.cf
--- a/sys/arch/mips/mips/genassym.cf Wed Aug 12 08:56:37 2020 +0000
+++ b/sys/arch/mips/mips/genassym.cf Wed Aug 12 08:57:03 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: genassym.cf,v 1.70 2020/07/20 03:22:39 simonb Exp $
+# $NetBSD: genassym.cf,v 1.71 2020/08/12 08:57:03 skrll Exp $
#
# Copyright (c) 1992, 1993
# The Regents of the University of California. All rights reserved.
@@ -185,8 +185,6 @@
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