mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
Use #ifdef __alpha__, not __alpha.
This commit is contained in:
parent
ac092fb30c
commit
a04a7f2242
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116359
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user