Module Name:    src
Committed By:   simonb
Date:           Tue Nov 16 06:04:00 UTC 2021

Modified Files:
        src/sys/arch/mips/include: cpuregs.h

Log Message:
Only need one #define for MIPS_HWR_CPUNUM.


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 src/sys/arch/mips/include/cpuregs.h

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/include/cpuregs.h
diff -u src/sys/arch/mips/include/cpuregs.h:1.113 src/sys/arch/mips/include/cpuregs.h:1.114
--- src/sys/arch/mips/include/cpuregs.h:1.113	Mon Nov  1 21:28:02 2021
+++ src/sys/arch/mips/include/cpuregs.h	Tue Nov 16 06:04:00 2021
@@ -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).

Reply via email to