Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/oea bump OF_buf(fer) since we may put extra...



details:   https://anonhg.NetBSD.org/src/rev/82f09b4d6ee8
branches:  trunk
changeset: 465291:82f09b4d6ee8
user:      macallan <macallan%NetBSD.org@localhost>
date:      Fri Nov 15 23:43:12 2019 +0000

description:
bump OF_buf(fer) since we may put extra parameters in there

diffstat:

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

diffs (18 lines):

diff -r 2e45d442a12e -r 82f09b4d6ee8 sys/arch/powerpc/oea/ofw_subr.S
--- a/sys/arch/powerpc/oea/ofw_subr.S   Fri Nov 15 23:41:47 2019 +0000
+++ b/sys/arch/powerpc/oea/ofw_subr.S   Fri Nov 15 23:43:12 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ofw_subr.S,v 1.10 2011/07/27 22:04:23 macallan Exp $   */
+/*     $NetBSD: ofw_subr.S,v 1.11 2019/11/15 23:43:12 macallan Exp $   */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -39,7 +39,7 @@
        .local  OF_buffer
 
        .lcomm  firmstk,NBPG,16
-       .lcomm  OF_buffer,NBPG,4
+       .lcomm  OF_buffer,NBPG + 36,4
        .comm   openfirmware_entry,4,4  /* openfirmware entry point */
        .lcomm  ofwsrsave,64,4          /* openfirmware SR savearea */
        .comm   ofwmsr,20,4             /* msr & sprg[0-3] used in OF */



Home | Main Index | Thread Index | Old Index