From 23f0f552136804a1b538bc98b8a2a631bb2ce7bf Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sun, 1 Nov 2015 20:10:01 +0000 Subject: Remove the definition of USRTEXT. It has no relevance outside of the non-PIE a.out world. ok deraadt@ kettenis@ --- sys/arch/socppc/include/vmparam.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/arch/socppc') diff --git a/sys/arch/socppc/include/vmparam.h b/sys/arch/socppc/include/vmparam.h index 3c765fc2216..824c4cdec06 100644 --- a/sys/arch/socppc/include/vmparam.h +++ b/sys/arch/socppc/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.12 2015/02/10 10:02:55 tedu Exp $ */ +/* $OpenBSD: vmparam.h,v 1.13 2015/11/01 20:10:00 miod Exp $ */ /* $NetBSD: vmparam.h,v 1.1 1996/09/30 16:34:38 ws Exp $ */ /*- @@ -35,7 +35,6 @@ #ifndef MACHINE_VMPARAM_H #define MACHINE_VMPARAM_H -#define USRTEXT PAGE_SIZE #define USRSTACK VM_MAXUSER_ADDRESS #ifndef MAXTSIZ -- cgit v1.2.3