Module Name:    src
Committed By:   matt
Date:           Wed Dec 29 00:43:22 UTC 2010

Modified Files:
        src/sys/arch/mips/mips [matt-nb5-mips64]: genassym.cf

Log Message:
Get rid of MIPSX_CPU_* since they aren't used.


To generate a diff of this commit:
cvs rdiff -u -r1.44.12.24 -r1.44.12.25 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.44.12.24 src/sys/arch/mips/mips/genassym.cf:1.44.12.25
--- src/sys/arch/mips/mips/genassym.cf:1.44.12.24	Wed Dec 22 05:54:56 2010
+++ src/sys/arch/mips/mips/genassym.cf	Wed Dec 29 00:43:22 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: genassym.cf,v 1.44.12.24 2010/12/22 05:54:56 matt Exp $
+#	$NetBSD: genassym.cf,v 1.44.12.25 2010/12/29 00:43:22 matt Exp $
 #
 # Copyright (c) 1992, 1993
 #	The Regents of the University of California.  All rights reserved.
@@ -140,8 +140,6 @@
 
 #				/* XXX */
 define	MIPSX_FLUSHICACHE	0
-define	MIPSX_CPU_SWITCH_RESUME	offsetof(struct locoresw, lsw_cpu_switch_resume)
-define	MIPSX_CPU_IDLE		offsetof(struct locoresw, lsw_cpu_idle)
 
 define	PG_ASID			PG_ASID
 define	MIPS1_PG_G		MIPS1_PG_G

Reply via email to