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 Remove bogus duplicate MIPS_COP_0_CONT...
details: https://anonhg.NetBSD.org/src/rev/93afd2a7bf3e
branches: trunk
changeset: 937578:93afd2a7bf3e
user: simonb <simonb%NetBSD.org@localhost>
date: Sat Aug 22 03:41:33 2020 +0000
description:
Remove bogus duplicate MIPS_COP_0_CONTEXT definition, it's not a MIPS32/64
specific reg and we already define MIPS_COP_0_TLB_CONTEXT elsewhere.
diffstat:
sys/arch/mips/include/cpuregs.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 805c89ba4dd3 -r 93afd2a7bf3e sys/arch/mips/include/cpuregs.h
--- a/sys/arch/mips/include/cpuregs.h Sat Aug 22 01:43:07 2020 +0000
+++ b/sys/arch/mips/include/cpuregs.h Sat Aug 22 03:41:33 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpuregs.h,v 1.108 2020/08/02 23:04:23 simonb Exp $ */
+/* $NetBSD: cpuregs.h,v 1.109 2020/08/22 03:41:33 simonb Exp $ */
/*
* Copyright (c) 2009 Miodrag Vallat.
@@ -615,7 +615,6 @@
#define MIPS_COP_0_ERROR_PC _(30)
/* MIPS32/64 */
-#define MIPS_COP_0_CONTEXT _(4)
#define MIPS_COP_0_CTXCONFIG _(4), 1
#define MIPS_COP_0_USERLOCAL _(4), 2
#define MIPS_COP_0_XCTXCONFIG _(4), 3 /* MIPS64 */
Home |
Main Index |
Thread Index |
Old Index