summaryrefslogtreecommitdiffstats
path: root/sys/dev/asr/asr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/asr/asr.c')
-rw-r--r--sys/dev/asr/asr.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/asr/asr.c b/sys/dev/asr/asr.c
index 510078d..66b5146 100644
--- a/sys/dev/asr/asr.c
+++ b/sys/dev/asr/asr.c
@@ -146,9 +146,6 @@
#define ASR_IOCTL_COMPAT
#endif /* ASR_COMPAT */
#endif /* !BURN_BRIDGES */
-
-#elif defined(__alpha__)
-#include <alpha/include/pmap.h>
#endif
#include <machine/vmparam.h>
@@ -3715,8 +3712,6 @@ asr_ioctl(struct cdev *dev, u_long cmd, caddr_t data, int flag, struct thread *t
case CPU_686:
Info.processorType = PROC_SEXIUM; break;
}
-#elif defined(__alpha__)
- Info.processorType = PROC_ALPHA;
#endif
Info.osType = OS_BSDI_UNIX;
OpenPOWER on IntegriCloud