From 506fcab6878f02130f08a54f2a41b0f0a9ed51d7 Mon Sep 17 00:00:00 2001 From: dtc <dtc> Date: Sun, 13 Sep 1998 12:15:37 +0000 Subject: [PATCH] Updates for the HP port from Mike McDonald: revised address map; and don't define setquota. --- lisp/hppa-validate.h | 10 +++++----- lisp/undefineds.h | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lisp/hppa-validate.h b/lisp/hppa-validate.h index 7f24f1b0d..dc3a75de8 100644 --- a/lisp/hppa-validate.h +++ b/lisp/hppa-validate.h @@ -1,6 +1,6 @@ /* - $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/hppa-validate.h,v 1.3 1994/10/27 17:13:54 ram Exp $ + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/hppa-validate.h,v 1.4 1998/09/13 12:15:37 dtc Exp $ This code was written as part of the CMU Common Lisp project at Carnegie Mellon University, and has been placed in the public domain. @@ -15,11 +15,11 @@ #define STATIC_SPACE_SIZE (0x08000000) #define DYNAMIC_0_SPACE_START (0x30000000) -#define DYNAMIC_1_SPACE_START (0x38000000) -#define DYNAMIC_SPACE_SIZE (0x08000000) +#define DYNAMIC_1_SPACE_START (0x50000000) +#define DYNAMIC_SPACE_SIZE (0x20000000) -#define CONTROL_STACK_START (0x50000000) +#define CONTROL_STACK_START (0x70000000) #define CONTROL_STACK_SIZE (0x00100000) -#define BINDING_STACK_START (0x70000000) +#define BINDING_STACK_START (0x71000000) #define BINDING_STACK_SIZE (0x00100000) diff --git a/lisp/undefineds.h b/lisp/undefineds.h index 5fdbd11ed..0ae4e6c0f 100644 --- a/lisp/undefineds.h +++ b/lisp/undefineds.h @@ -1,5 +1,5 @@ /* Routines that must be linked into the core for lisp to work. */ -/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/undefineds.h,v 1.21 1998/04/08 16:26:05 pw Exp $ */ +/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/undefineds.h,v 1.22 1998/09/13 12:15:37 dtc Exp $ */ /* Pick up all the syscalls. */ F(accept) @@ -116,7 +116,7 @@ F(setpgrp) #if !defined(SVR4) || defined(SOLARIS25) F(setpriority) #endif -#if !defined(mach) && !defined(SOLARIS) && !defined(__FreeBSD__) && !defined(SUNOS) && !defined(osf1) && !defined(irix) +#if !defined(mach) && !defined(SOLARIS) && !defined(__FreeBSD__) && !defined(SUNOS) && !defined(osf1) && !defined(irix) && !defined(hpux) F(setquota) #endif #if !defined(hpux) && !defined(SVR4) || defined(SOLARIS25) -- GitLab