Module Name: src
Committed By: matt
Date: Fri Apr 29 22:05:16 UTC 2011
Modified Files:
src/sys/arch/mips/include: locore.h
Log Message:
ras atomicvec is no more.
To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/sys/arch/mips/include/locore.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/locore.h
diff -u src/sys/arch/mips/include/locore.h:1.89 src/sys/arch/mips/include/locore.h:1.90
--- src/sys/arch/mips/include/locore.h:1.89 Thu Apr 14 17:43:07 2011
+++ src/sys/arch/mips/include/locore.h Fri Apr 29 22:05:16 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.h,v 1.89 2011/04/14 17:43:07 matt Exp $ */
+/* $NetBSD: locore.h,v 1.90 2011/04/29 22:05:16 matt Exp $ */
/*
* This file should not be included by MI code!!!
@@ -376,7 +376,6 @@
* The "active" locore-function vector, and
*/
extern const mips_locore_atomicvec_t mips_llsc_locore_atomicvec;
-extern const mips_locore_atomicvec_t mips_ras_locore_atomicvec;
extern mips_locore_atomicvec_t mips_locore_atomicvec;
extern mips_locore_jumpvec_t mips_locore_jumpvec;