Subject: CVS commit: syssrc, Rename sw1 label...
To: None <nisimura@itc.aist-nara.ac.jp>
From: TAKEMURA, Shin <takemura@netbsd.org>
List: port-mips
Date: 03/27/2000 18:47:20
Hi,

Hpcmips kernel got link error because arch/hpcmips/vr/vr_idle.S refers
cpu_switch1 label in cpu_switch(). Could I add .global to 
cpu_switch_queuescan ?

------- Forwarded Message
To: source-changes@netbsd.org
Reply-To: nisimura@netbsd.org
Sender: source-changes-owner@netbsd.org


Module Name:	syssrc
Committed By:	nisimura
Date:		Mon Mar 27 04:52:12 UTC 2000

Modified Files:
	syssrc/sys/arch/mips/mips: locore.S

Log Message:
Rename sw1 label found in cpu_switch() to cpu_switch_queuescan,
abandoning unnecessary .globl because switch_exit() is handsomely
common between MIPS1 and MIPS3.


To generate a diff of this commit:
cvs rdiff -r1.89 -r1.90 syssrc/sys/arch/mips/mips/locore.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------- End of Forwarded Message