Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/powerpc/powerpc s/tf_tf_/tf_/.



details:   https://anonhg.NetBSD.org/src/rev/b7c59d880d58
branches:  trunk
changeset: 762707:b7c59d880d58
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Sat Feb 26 05:23:22 2011 +0000

description:
s/tf_tf_/tf_/.

diffstat:

 sys/arch/powerpc/powerpc/mach_machdep.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r f2010a7579aa -r b7c59d880d58 sys/arch/powerpc/powerpc/mach_machdep.c
--- a/sys/arch/powerpc/powerpc/mach_machdep.c   Sat Feb 26 02:41:56 2011 +0000
+++ b/sys/arch/powerpc/powerpc/mach_machdep.c   Sat Feb 26 05:23:22 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mach_machdep.c,v 1.29 2011/01/18 01:02:55 matt Exp $ */
+/*     $NetBSD: mach_machdep.c,v 1.30 2011/02/26 05:23:22 kiyohara Exp $ */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mach_machdep.c,v 1.29 2011/01/18 01:02:55 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mach_machdep.c,v 1.30 2011/02/26 05:23:22 kiyohara Exp $");
 
 #include "opt_ppcarch.h"
 #include <sys/param.h>
@@ -125,8 +125,8 @@
        tf->tf_lr = regs->lr;
        tf->tf_ctr = regs->ctr;
 #ifdef PPC_OEA
-       tf->tf_tf_mq = regs->mq;
-       tf->tf_tf_vrsave = regs->vrsave;
+       tf->tf_mq = regs->mq;
+       tf->tf_vrsave = regs->vrsave;
 #endif
 
        /* Wakeup the parent */



Home | Main Index | Thread Index | Old Index