Module Name:    src
Committed By:   kiyohara
Date:           Sat Feb 26 05:23:22 UTC 2011

Modified Files:
        src/sys/arch/powerpc/powerpc: mach_machdep.c

Log Message:
s/tf_tf_/tf_/.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/powerpc/powerpc/mach_machdep.c

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/powerpc/powerpc/mach_machdep.c
diff -u src/sys/arch/powerpc/powerpc/mach_machdep.c:1.29 src/sys/arch/powerpc/powerpc/mach_machdep.c:1.30
--- src/sys/arch/powerpc/powerpc/mach_machdep.c:1.29	Tue Jan 18 01:02:55 2011
+++ src/sys/arch/powerpc/powerpc/mach_machdep.c	Sat Feb 26 05:23:22 2011
@@ -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 */

Reply via email to