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 Sync register number for curlwp with t...



details:   https://anonhg.NetBSD.org/src/rev/9d7cc5ec7c81
branches:  trunk
changeset: 345801:9d7cc5ec7c81
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Jun 09 05:43:51 2016 +0000

description:
Sync register number for curlwp with the kernel

diffstat:

 sys/arch/mips/include/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r 5d76ee03e41c -r 9d7cc5ec7c81 sys/arch/mips/include/Makefile.inc
--- a/sys/arch/mips/include/Makefile.inc        Thu Jun 09 04:46:08 2016 +0000
+++ b/sys/arch/mips/include/Makefile.inc        Thu Jun 09 05:43:51 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.inc,v 1.9 2011/01/21 15:59:07 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.10 2016/06/09 05:43:51 martin Exp $
 
-CFLAGS+=       -G 0 -ffixed-23
+CFLAGS+=       -G 0 -ffixed-24
 
 # this should really be !(RUMPKERNEL && target=PIC)
 .if !defined(RUMPKERNEL)



Home | Main Index | Thread Index | Old Index