summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2015-02-09 22:35:07 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2015-02-09 22:35:07 +0000
commit24d0a28484b7dab2e8d3ef41f2c86bace335d490 (patch)
tree9f18ffa35dbf04db2bd05167d254f76bb08bfdc9 /sys/arch
parent57f981fd43fed365a2955526883a8f38a1808c3f (diff)
_LKM leftovers
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/alpha/include/pmap.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/alpha/include/pmap.h b/sys/arch/alpha/include/pmap.h
index 2d95187bda0..be8c12d0209 100644
--- a/sys/arch/alpha/include/pmap.h
+++ b/sys/arch/alpha/include/pmap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.h,v 1.33 2014/12/17 15:23:42 deraadt Exp $ */
+/* $OpenBSD: pmap.h,v 1.34 2015/02/09 22:35:06 miod Exp $ */
/* $NetBSD: pmap.h,v 1.37 2000/11/19 03:16:35 thorpej Exp $ */
/*-
@@ -145,7 +145,6 @@ typedef struct pv_entry {
#define PGU_ISPTPAGE(pgu) ((pgu) >= PGU_L1PT)
-#ifndef _LKM
#if defined(NEW_SCC_DRIVER)
#if defined(DEC_KN8AE)
#define _PMAP_MAY_USE_PROM_CONSOLE
@@ -172,7 +171,6 @@ void pmap_do_tlb_shootdown(struct cpu_info *, struct trapframe *);
#define PMAP_TLB_SHOOTDOWN(pm, va, pte) /* nothing */
#define PMAP_TLB_SHOOTNOW() /* nothing */
#endif /* MULTIPROCESSOR */
-#endif /* _LKM */
#define pmap_resident_count(pmap) ((pmap)->pm_stats.resident_count)
#define pmap_wired_count(pmap) ((pmap)->pm_stats.wired_count)