Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/booke Typo
details: https://anonhg.NetBSD.org/src/rev/e35c0290d1be
branches: trunk
changeset: 802512:e35c0290d1be
user: joerg <joerg%NetBSD.org@localhost>
date: Thu Sep 18 23:37:51 2014 +0000
description:
Typo
diffstat:
sys/arch/powerpc/booke/trap_subr.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r caacc87d1c15 -r e35c0290d1be sys/arch/powerpc/booke/trap_subr.S
--- a/sys/arch/powerpc/booke/trap_subr.S Thu Sep 18 20:47:39 2014 +0000
+++ b/sys/arch/powerpc/booke/trap_subr.S Thu Sep 18 23:37:51 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: trap_subr.S,v 1.10 2014/07/31 01:04:00 matt Exp $ */
+/* $NetBSD: trap_subr.S,v 1.11 2014/09/18 23:37:51 joerg Exp $ */
/*-
* Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -34,14 +34,14 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-RCSID("$NetBSD: trap_subr.S,v 1.10 2014/07/31 01:04:00 matt Exp $")
+RCSID("$NetBSD: trap_subr.S,v 1.11 2014/09/18 23:37:51 joerg Exp $")
.globl _C_LABEL(sctrapexit), _C_LABEL(trapexit), _C_LABEL(intrcall)
/*
* We have a problem with critical (MSR[CE] or machine check (MSR[ME])
* or debug (MSR[DE]) interrupts/exception in that they could happen
- * inbewtween the mtsprg1 %r2 and mfsprg1 %r2. If that happens, %r2
+ * inbetween the mtsprg1 %r2 and mfsprg1 %r2. If that happens, %r2
* will be lost. Even if we moved to a different sprg, subsequent
* expceptions would use SPRG1 and its value would be lost. The only
* way to be safe for CE/ME/DE faults to save and restore SPRG1.
Home |
Main Index |
Thread Index |
Old Index