From a04a7f224299f5b60e420b7a2976706d632f331a Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 15 Jun 2003 00:12:42 +0000 Subject: [PATCH] Use #ifdef __alpha__, not __alpha. --- sys/vm/vm_glue.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c index 583de20afd5..bcf48788066 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.