Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/include Typo



details:   https://anonhg.NetBSD.org/src/rev/ead8c0b418b2
branches:  trunk
changeset: 327523:ead8c0b418b2
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Mar 10 00:03:14 2014 +0000

description:
Typo

diffstat:

 sys/arch/powerpc/include/userret.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1a8552e53073 -r ead8c0b418b2 sys/arch/powerpc/include/userret.h
--- a/sys/arch/powerpc/include/userret.h        Sun Mar 09 23:23:09 2014 +0000
+++ b/sys/arch/powerpc/include/userret.h        Mon Mar 10 00:03:14 2014 +0000
@@ -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 @@
         * 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);



Home | Main Index | Thread Index | Old Index