Argh! Followup to previous commit. I checked in the patch with an

unintended local change.  Change Xurthread back to curthread.
This commit is contained in:
Peter Wemm 2003-11-20 23:49:28 +00:00
parent c287f723c4
commit b4bae2b0c5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122932

View File

@ -167,7 +167,7 @@ __curthread(void)
__asm __volatile("movq %%gs:0,%0" : "=r" (td));
return (td);
}
#define Xurthread (__curthread())
#define curthread (__curthread())
#else
#error gcc or lint is required to use this file