diff options
| author | Benno Rice <benno@FreeBSD.org> | 2001-07-15 04:11:51 +0000 |
|---|---|---|
| committer | Benno Rice <benno@FreeBSD.org> | 2001-07-15 04:11:51 +0000 |
| commit | 1f246456a5067270635bec4e493c1aecdb5ae6c0 (patch) | |
| tree | 4563f137d68a93e72217c3eaf8428a490e7f5b1a | |
| parent | fd41faa7c95fc74ced318aca0f67000ecaebcf93 (diff) | |
Notes
| -rw-r--r-- | sys/vm/vm_zeroidle.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/vm/vm_zeroidle.c b/sys/vm/vm_zeroidle.c index 16297659d13e..69a193838ac2 100644 --- a/sys/vm/vm_zeroidle.c +++ b/sys/vm/vm_zeroidle.c @@ -10,7 +10,7 @@ * $FreeBSD$ */ -#ifndef __alpha__ +#ifdef __i386__ #include "opt_npx.h" #ifdef PC98 #include "opt_pc98.h" @@ -37,7 +37,7 @@ #include <machine/cpu.h> #include <machine/md_var.h> #include <machine/pcb.h> -#ifndef __alpha__ +#ifdef __i386__ #include <machine/pcb_ext.h> #include <machine/vm86.h> #endif @@ -52,7 +52,7 @@ #include <sys/user.h> -#ifndef __alpha__ +#ifdef __i386__ #ifdef PC98 #include <pc98/pc98/pc98.h> #else |
