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 ras atomicvec is no more.



details:   https://anonhg.NetBSD.org/src/rev/3d7a1fcd7d2c
branches:  trunk
changeset: 764643:3d7a1fcd7d2c
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Apr 29 22:05:16 2011 +0000

description:
ras atomicvec is no more.

diffstat:

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

diffs (17 lines):

diff -r 007be72c115b -r 3d7a1fcd7d2c sys/arch/mips/include/locore.h
--- a/sys/arch/mips/include/locore.h    Fri Apr 29 22:04:42 2011 +0000
+++ b/sys/arch/mips/include/locore.h    Fri Apr 29 22:05:16 2011 +0000
@@ -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;



Home | Main Index | Thread Index | Old Index