Add missing .text to avoid confusing the assembler.
This commit is contained in:
parent
c0af07f1b6
commit
74028249b8
|
@ -52,6 +52,7 @@
|
||||||
* queues.
|
* queues.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
.text
|
||||||
.globl _whichqs,_qs,_cnt,_panic
|
.globl _whichqs,_qs,_cnt,_panic
|
||||||
.globl _curproc
|
.globl _curproc
|
||||||
.comm _want_resched,4
|
.comm _want_resched,4
|
||||||
|
|
Loading…
Reference in New Issue