Module Name:    src
Committed By:   matt
Date:           Mon Mar 10 00:03:14 UTC 2014

Modified Files:
        src/sys/arch/powerpc/include: userret.h

Log Message:
Typo


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/powerpc/include/userret.h

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/include/userret.h
diff -u src/sys/arch/powerpc/include/userret.h:1.26 src/sys/arch/powerpc/include/userret.h:1.27
--- src/sys/arch/powerpc/include/userret.h:1.26	Sun Mar  9 23:09:32 2014
+++ src/sys/arch/powerpc/include/userret.h	Mon Mar 10 00:03:14 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: userret.h,v 1.26 2014/03/09 23:09:32 matt Exp $	*/
+/*	$NetBSD: userret.h,v 1.27 2014/03/10 00:03:14 matt Exp $	*/
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -78,7 +78,7 @@ userret(struct lwp *l, struct trapframe 
 	 * completion exception but it needs PSL_DE to fire.  Instead we
 	 * use IAC1/IAC2 to match the next PC.
 	 */
-	if (__predict_false(tf->tf_ssr1 & PSL_SE)) {
+	if (__predict_false(tf->tf_srr1 & PSL_SE)) {
 		tf->tf_ssr1 &= ~PSL_SE;
 		extern void booke_sstep(struct trapframe *); /* ugly */
 		booke_sstep(tf);

Reply via email to