Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/stand/ofwboot undo unintended commit



details:   https://anonhg.NetBSD.org/src/rev/51147f8a0d92
branches:  trunk
changeset: 344821:51147f8a0d92
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Apr 22 18:25:41 2016 +0000

description:
undo unintended commit

diffstat:

 sys/arch/macppc/stand/ofwboot/Locore.c |  10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diffs (24 lines):

diff -r 402324925bc1 -r 51147f8a0d92 sys/arch/macppc/stand/ofwboot/Locore.c
--- a/sys/arch/macppc/stand/ofwboot/Locore.c    Fri Apr 22 18:13:42 2016 +0000
+++ b/sys/arch/macppc/stand/ofwboot/Locore.c    Fri Apr 22 18:25:41 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: Locore.c,v 1.28 2016/04/22 18:13:01 christos Exp $     */
+/*     $NetBSD: Locore.c,v 1.29 2016/04/22 18:25:41 christos Exp $     */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -143,13 +143,7 @@
 "                              \n"
 "5:    cmpw    0,%r8,%r9       \n"
 "      bge     6f              \n"
-        /*
-         * clear by bytes to avoid ppc601 alignment exceptions
-         */
-"       stb     %r0,0(%r8)      \n"
-"       stb     %r0,1(%r8)      \n"
-"       stb     %r0,2(%r8)      \n"
-"       stb     %r0,3(%r8)      \n"
+"      stw     %r0,0(%r8)      \n"
 "      addi    %r8,%r8,4       \n"
 "      b       5b              \n"
 "                              \n"



Home | Main Index | Thread Index | Old Index