summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2003-06-15 00:12:42 +0000
committeralc <alc@FreeBSD.org>2003-06-15 00:12:42 +0000
commita7a826b5cbf12d27d59b7a91f4abe7de53e5b42b (patch)
treeb52cf537b050c94c43ebe1d318103be0053db256 /sys/vm
parenta2b76875236a7aa6c3389f656013630dbabd0343 (diff)
downloadFreeBSD-src-a7a826b5cbf12d27d59b7a91f4abe7de53e5b42b.zip
FreeBSD-src-a7a826b5cbf12d27d59b7a91f4abe7de53e5b42b.tar.gz
Use #ifdef __alpha__, not __alpha.
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_glue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c
index 583de20..bcf4878 100644
--- a/sys/vm/vm_glue.c
+++ b/sys/vm/vm_glue.c
@@ -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.
OpenPOWER on IntegriCloud