Module Name: src
Committed By: matt
Date: Tue Dec 13 07:14:51 UTC 2011
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: mipsX_subr.S
Log Message:
Make MIPS64R2_RMIXL use .set arch=xlp
To generate a diff of this commit:
cvs rdiff -u -r1.26.36.1.2.50 -r1.26.36.1.2.51 \
src/sys/arch/mips/mips/mipsX_subr.S
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/mipsX_subr.S
diff -u src/sys/arch/mips/mips/mipsX_subr.S:1.26.36.1.2.50 src/sys/arch/mips/mips/mipsX_subr.S:1.26.36.1.2.51
--- src/sys/arch/mips/mips/mipsX_subr.S:1.26.36.1.2.50 Sat Dec 3 01:56:55 2011
+++ src/sys/arch/mips/mips/mipsX_subr.S Tue Dec 13 07:14:51 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: mipsX_subr.S,v 1.26.36.1.2.50 2011/12/03 01:56:55 matt Exp $ */
+/* $NetBSD: mipsX_subr.S,v 1.26.36.1.2.51 2011/12/13 07:14:51 matt Exp $ */
/*
* Copyright 2002 Wasabi Systems, Inc.
@@ -229,10 +229,14 @@
.set mips64r2
#endif
-#if defined(MIPS64_RMIXL) || defined(MIPS64R2_RMIXL)
+#if defined(MIPS64_RMIXL)
.set arch=xlr
#endif
+#if defined(MIPS64R2_RMIXL)
+ .set arch=xlp
+#endif
+
/*
* CPP function renaming macros.
*/