diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-10-09 04:01:28 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-10-09 04:01:28 +0000 |
commit | c0374e685fbd25f46bd16bff4d8036ddd4f7961b (patch) | |
tree | a581c448c90a642701f039e3b3d82bdcf466bceb /sys/arch/hppa64 | |
parent | 041fb6ae7a2d18d7ccac149ec48442202b3728d3 (diff) |
revert unintentional commit unrelated to LKM
Diffstat (limited to 'sys/arch/hppa64')
-rw-r--r-- | sys/arch/hppa64/include/vmparam.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa64/include/vmparam.h b/sys/arch/hppa64/include/vmparam.h index 9faf8076331..98712fb5425 100644 --- a/sys/arch/hppa64/include/vmparam.h +++ b/sys/arch/hppa64/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.12 2014/10/09 03:59:59 tedu Exp $ */ +/* $OpenBSD: vmparam.h,v 1.13 2014/10/09 04:01:27 tedu Exp $ */ /* * Copyright (c) 1988-1994, The University of Utah and @@ -74,7 +74,7 @@ #endif /* user/kernel map constants */ -#define VM_MIN_ADDRESS ((vaddr_t)PAGE_SIZE) +#define VM_MIN_ADDRESS ((vaddr_t)0) #define VM_MAXUSER_ADDRESS ((vaddr_t)0x20000000000UL) #define VM_MAX_ADDRESS VM_MAXUSER_ADDRESS #define VM_MIN_KERNEL_ADDRESS ((vaddr_t)0x1000000000UL) |