diff options
author | 2010-11-26 20:39:21 +0000 | |
---|---|---|
committer | 2010-11-26 20:39:21 +0000 | |
commit | 5d599246ea164bffb446a58feeda4410f4e3fb1e (patch) | |
tree | 67aac67f2f55ce492b8372a4f03105ed50cb73f4 | |
parent | Don't suggest there are variants of this card that can be stuck in a PCI slot. (diff) | |
download | wireguard-openbsd-5d599246ea164bffb446a58feeda4410f4e3fb1e.tar.xz wireguard-openbsd-5d599246ea164bffb446a58feeda4410f4e3fb1e.zip |
Oops, removed a few lines too many in previous change.
-rw-r--r-- | sys/arch/arm/include/vmparam.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/arm/include/vmparam.h b/sys/arch/arm/include/vmparam.h index fe0914962ce..79e70f255ea 100644 --- a/sys/arch/arm/include/vmparam.h +++ b/sys/arch/arm/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.5 2010/11/22 20:28:30 miod Exp $ */ +/* $OpenBSD: vmparam.h,v 1.6 2010/11/26 20:39:21 miod Exp $ */ /* $NetBSD: vmparam.h,v 1.18 2003/05/21 18:04:44 thorpej Exp $ */ /* @@ -98,6 +98,8 @@ #define VM_MIN_KERNEL_ADDRESS ((vaddr_t) ARM_KERNEL_BASE) #define VM_MAX_KERNEL_ADDRESS ((vaddr_t) 0xffffffff) +#ifdef _KERNEL + /* * pmap-specific data store in the vm_page structure. */ |