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 Put back accidental removal of "ofwreal...
details: https://anonhg.NetBSD.org/src/rev/8106d14b54cf
branches: trunk
changeset: 952844:8106d14b54cf
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri Feb 19 18:02:45 2021 +0000
description:
Put back accidental removal of "ofwreal_incharge".
diffstat:
sys/arch/powerpc/oea/ofw_subr.S | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 0f9383bc542e -r 8106d14b54cf sys/arch/powerpc/oea/ofw_subr.S
--- a/sys/arch/powerpc/oea/ofw_subr.S Fri Feb 19 17:58:43 2021 +0000
+++ b/sys/arch/powerpc/oea/ofw_subr.S Fri Feb 19 18:02:45 2021 +0000
@@ -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.
Home |
Main Index |
Thread Index |
Old Index