Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/powerpc Fixed non-critical typ...



details:   https://anonhg.NetBSD.org/src/rev/83a3c006c612
branches:  trunk
changeset: 318644:83a3c006c612
user:      phx <phx%NetBSD.org@localhost>
date:      Wed May 02 08:24:40 2018 +0000
description:
Fixed non-critical typo in tlbdsmiss: %r8 -> 8.

diffstat:

 sys/arch/powerpc/powerpc/trap_subr.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1bbeb615abfc -r 83a3c006c612 sys/arch/powerpc/powerpc/trap_subr.S
--- a/sys/arch/powerpc/powerpc/trap_subr.S      Wed May 02 07:34:44 2018 +0000
+++ b/sys/arch/powerpc/powerpc/trap_subr.S      Wed May 02 08:24:40 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap_subr.S,v 1.78 2014/07/29 16:19:45 joerg Exp $     */
+/*     $NetBSD: trap_subr.S,v 1.79 2018/05/02 08:24:40 phx Exp $       */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -598,7 +598,7 @@
        .globl  _C_LABEL(tlbdsmiss),_C_LABEL(tlbdsmsize)
 _C_LABEL(tlbdsmiss):
        mfspr   %r2,SPR_HASH1           /* get first pointer */
-       li      %r1,%r8
+       li      %r1,8
        mfctr   %r0                     /* save counter */
        mfspr   %r3,SPR_DCMP            /* get first compare value */
        addi    %r2,%r2,-8              /* predec pointer */



Home | Main Index | Thread Index | Old Index