Fix typo in the previous revision. (s/LIdle/Lidle/)
This commit is contained in:
parent
d952450835
commit
6bf0b47164
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: locore.s,v 1.75 2000/08/20 21:50:10 thorpej Exp $ */
|
||||
/* $NetBSD: locore.s,v 1.76 2000/11/03 05:30:50 tsutsui Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994, 1995 Gordon W. Ross
|
||||
|
@ -674,7 +674,7 @@ ENTRY(cpu_switch)
|
|||
* then take the first proc from that queue.
|
||||
*/
|
||||
movl _C_LABEL(sched_whichqs),%d0
|
||||
jeq LIdle
|
||||
jeq Lidle
|
||||
Lsw1:
|
||||
/*
|
||||
* Interrupts are blocked, sched_lock is held. If
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: locore.s,v 1.42 2000/08/20 21:50:10 thorpej Exp $ */
|
||||
/* $NetBSD: locore.s,v 1.43 2000/11/03 05:28:28 tsutsui Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988 University of Utah.
|
||||
|
@ -695,7 +695,7 @@ ENTRY(cpu_switch)
|
|||
* then take the first proc from that queue.
|
||||
*/
|
||||
movl _C_LABEL(sched_whichqs),%d0
|
||||
jeq LIdle
|
||||
jeq Lidle
|
||||
Lsw1:
|
||||
/*
|
||||
* Interrupts are blocked, sched_lock is held. If
|
||||
|
|
Loading…
Reference in New Issue