From a0de58d66161bc0edbe32c2a250d723f4daf2124 Mon Sep 17 00:00:00 2001 From: "Roger A. Faulkner" Date: Tue, 14 Oct 2008 16:34:39 -0700 Subject: PSARC 2008/622 32-bit Address Restriction Software Capabilities Flag 6755162 ADDR32 software capability: restrict a 64-bit process to the lower 32 bits of the address space --- usr/src/uts/common/sys/exec.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'usr/src/uts/common/sys/exec.h') diff --git a/usr/src/uts/common/sys/exec.h b/usr/src/uts/common/sys/exec.h index aa001a8e48..119f1f2b47 100644 --- a/usr/src/uts/common/sys/exec.h +++ b/usr/src/uts/common/sys/exec.h @@ -18,6 +18,7 @@ * * CDDL HEADER END */ + /* * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. @@ -26,12 +27,9 @@ /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ /* All Rights Reserved */ - #ifndef _SYS_EXEC_H #define _SYS_EXEC_H -#pragma ident "%Z%%M% %I% %E% SMI" - #include #include #include @@ -96,6 +94,7 @@ typedef struct uarg { uint_t stk_prot; uint_t dat_prot; int traceinval; + int addr32; model_t to_model; model_t from_model; size_t to_ptrsize; -- cgit v1.2.3