Module Name: src Committed By: thorpej Date: Fri Feb 19 18:02:45 UTC 2021
Modified Files: src/sys/arch/powerpc/oea: ofw_subr.S Log Message: Put back accidental removal of "ofwreal_incharge". To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/powerpc/oea/ofw_subr.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/powerpc/oea/ofw_subr.S diff -u src/sys/arch/powerpc/oea/ofw_subr.S:1.15 src/sys/arch/powerpc/oea/ofw_subr.S:1.16 --- src/sys/arch/powerpc/oea/ofw_subr.S:1.15 Thu Feb 18 18:31:22 2021 +++ src/sys/arch/powerpc/oea/ofw_subr.S Fri Feb 19 18:02:45 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: ofw_subr.S,v 1.15 2021/02/18 18:31:22 thorpej Exp $ */ +/* $NetBSD: ofw_subr.S,v 1.16 2021/02/19 18:02:45 thorpej Exp $ */ /* * Copyright (C) 1995, 1996 Wolfgang Solfrank. @@ -54,6 +54,10 @@ .globl ofwmsr .comm ofwmsr,20,4 +#ifdef FIRMWORKSBUGS + .comm ofwreal_incharge,4,4 +#endif + /* * Called by start to save the initial OFW state so we can restore it * when call back to OFW.