Module Name:    src
Committed By:   skrll
Date:           Wed Aug 12 08:57:03 UTC 2020

Modified Files:
        src/sys/arch/mips/mips: genassym.cf

Log Message:
No need for MIPS_EBASE_CPUNUM now that asm.h supports __BITS


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/sys/arch/mips/mips/genassym.cf

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/mips/mips/genassym.cf
diff -u src/sys/arch/mips/mips/genassym.cf:1.70 src/sys/arch/mips/mips/genassym.cf:1.71
--- src/sys/arch/mips/mips/genassym.cf:1.70	Mon Jul 20 03:22:39 2020
+++ src/sys/arch/mips/mips/genassym.cf	Wed Aug 12 08:57:03 2020
@@ -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	V_MIPS3_PG_ASID		ilog2(__LOWEST_S
 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])

Reply via email to