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 ofwreal_incharge does not need to be gl...
details: https://anonhg.NetBSD.org/src/rev/af605f3cb21f
branches: trunk
changeset: 952845:af605f3cb21f
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri Feb 19 18:03:21 2021 +0000
description:
ofwreal_incharge does not need to be global.
diffstat:
sys/arch/powerpc/oea/ofw_subr.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8106d14b54cf -r af605f3cb21f sys/arch/powerpc/oea/ofw_subr.S
--- a/sys/arch/powerpc/oea/ofw_subr.S Fri Feb 19 18:02:45 2021 +0000
+++ b/sys/arch/powerpc/oea/ofw_subr.S Fri Feb 19 18:03:21 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ofw_subr.S,v 1.16 2021/02/19 18:02:45 thorpej Exp $ */
+/* $NetBSD: ofw_subr.S,v 1.17 2021/02/19 18:03:21 thorpej Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -55,7 +55,7 @@
.comm ofwmsr,20,4
#ifdef FIRMWORKSBUGS
- .comm ofwreal_incharge,4,4
+ .lcomm ofwreal_incharge,4,4
#endif
/*
Home |
Main Index |
Thread Index |
Old Index