mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Use #ifdef __alpha__, not __alpha.
This commit is contained in:
parent
ac092fb30c
commit
a04a7f2242
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue