diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-11-08 01:44:53 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-11-08 01:44:53 +0000 |
commit | 08cbc6b60f76855d998afbf99e6948f825d85af9 (patch) | |
tree | b51c1cc8830769931d4ae24eb66e56cf95e8fb70 /sys/arch | |
parent | 69188e65c7dc736b89c2758afde13514228b7c35 (diff) |
remove unused VM_MAXUSER_ADDRESS32
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/include/vmparam.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/amd64/include/vmparam.h b/sys/arch/amd64/include/vmparam.h index 7d7553e0fd3..e7026fdd4c9 100644 --- a/sys/arch/amd64/include/vmparam.h +++ b/sys/arch/amd64/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.24 2023/04/28 18:33:22 robert Exp $ */ +/* $OpenBSD: vmparam.h,v 1.25 2024/11/08 01:44:52 jsg Exp $ */ /* $NetBSD: vmparam.h,v 1.1 2003/04/26 18:39:49 fvdl Exp $ */ /*- @@ -100,8 +100,6 @@ #define VM_MIN_KERNEL_ADDRESS 0xffff800000000000 #define VM_MAX_KERNEL_ADDRESS 0xffff800100000000 -#define VM_MAXUSER_ADDRESS32 0xffffc000 - /* map PIE into approximately the first quarter of user va space */ #define VM_PIE_MIN_ADDR VM_MIN_ADDRESS #define VM_PIE_MAX_ADDR 0x200000000000 |