Module Name: src
Committed By: matt
Date: Mon Mar 10 00:04:04 UTC 2014
Modified Files:
src/sys/arch/powerpc/include: userret.h
Log Message:
same typo
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 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.27 src/sys/arch/powerpc/include/userret.h:1.28
--- src/sys/arch/powerpc/include/userret.h:1.27 Mon Mar 10 00:03:14 2014
+++ src/sys/arch/powerpc/include/userret.h Mon Mar 10 00:04:04 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: userret.h,v 1.27 2014/03/10 00:03:14 matt Exp $ */
+/* $NetBSD: userret.h,v 1.28 2014/03/10 00:04:04 matt Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -79,7 +79,7 @@ userret(struct lwp *l, struct trapframe
* use IAC1/IAC2 to match the next PC.
*/
if (__predict_false(tf->tf_srr1 & PSL_SE)) {
- tf->tf_ssr1 &= ~PSL_SE;
+ tf->tf_srr1 &= ~PSL_SE;
extern void booke_sstep(struct trapframe *); /* ugly */
booke_sstep(tf);
}