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 Only need one #define for MIPS_HWR_CPU...



details:   https://anonhg.NetBSD.org/src/rev/6f8a9cf99f9e
branches:  trunk
changeset: 1026273:6f8a9cf99f9e
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Nov 16 06:04:00 2021 +0000

description:
Only need one #define for MIPS_HWR_CPUNUM.

diffstat:

 sys/arch/mips/include/cpuregs.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 40ea2af15c47 -r 6f8a9cf99f9e sys/arch/mips/include/cpuregs.h
--- a/sys/arch/mips/include/cpuregs.h   Tue Nov 16 05:16:47 2021 +0000
+++ b/sys/arch/mips/include/cpuregs.h   Tue Nov 16 06:04:00 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpuregs.h,v 1.113 2021/11/01 21:28:02 andvar Exp $     */
+/*     $NetBSD: cpuregs.h,v 1.114 2021/11/16 06:04:00 simonb Exp $     */
 
 /*
  * Copyright (c) 2009 Miodrag Vallat.
@@ -883,7 +883,6 @@
 #define        MIPS_HWR_UL                     _(29)   /* Userlocal */
 #define        MIPS_HWR_IMPL30                 _(30)
 #define        MIPS_HWR_IMPL31                 _(31)
-#define        MIPS_HWR_CPUNUM                 _(0)
 
 /*
  * Bits defined for HWREna (CP0 register 7, select 0).



Home | Main Index | Thread Index | Old Index