Module Name:    src
Committed By:   thorpej
Date:           Fri Feb 19 18:03:21 UTC 2021

Modified Files:
        src/sys/arch/powerpc/oea: ofw_subr.S

Log Message:
ofwreal_incharge does not need to be global.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 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.16 src/sys/arch/powerpc/oea/ofw_subr.S:1.17
--- src/sys/arch/powerpc/oea/ofw_subr.S:1.16	Fri Feb 19 18:02:45 2021
+++ src/sys/arch/powerpc/oea/ofw_subr.S	Fri Feb 19 18:03:21 2021
@@ -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
 
 /*

Reply via email to