Use #ifdef __alpha__, not __alpha.

This commit is contained in:
Alan Cox 2003-06-15 00:12:42 +00:00
parent ac092fb30c
commit a04a7f2242
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116359

View File

@ -494,7 +494,7 @@ vm_thread_swapout(struct thread *td)
vm_page_t m;
int i, pages;
#ifdef __alpha
#ifdef __alpha__
/*
* Make sure we aren't fpcurthread.
*/
@ -546,7 +546,7 @@ vm_thread_swapin(struct thread *td)
}
VM_OBJECT_UNLOCK(ksobj);
pmap_qenter(td->td_kstack, ma, pages);
#ifdef __alpha
#ifdef __alpha__
/*
* The pcb may be at a different physical address now so cache the
* new address.