From 72581c4e664d8929e4f4bc4f801cf6fd6a8c5b80 Mon Sep 17 00:00:00 2001
From: toy <toy>
Date: Mon, 6 Oct 2003 17:33:50 +0000
Subject: [PATCH] Moved definition of SPARSE_BLOCK_SIZE to sparc-validate.h

---
 lisp/solaris-os.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/lisp/solaris-os.c b/lisp/solaris-os.c
index 83e5075fd..2297bfc39 100644
--- a/lisp/solaris-os.c
+++ b/lisp/solaris-os.c
@@ -1,5 +1,5 @@
 /*
- * $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/solaris-os.c,v 1.9 2003/08/22 13:20:03 toy Exp $
+ * $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/solaris-os.c,v 1.10 2003/10/06 17:33:50 toy Exp $
  *
  * OS-dependent routines.  This file (along with os.h) exports an
  * OS-independent interface to the operating system VM facilities.
@@ -47,10 +47,6 @@
 /* For type_ListPointer and NIL */
 #include "internals.h"
 
-/* block size must be larger than the system page size */
-#define SPARSE_BLOCK_SIZE (1<<15)
-#define SPARSE_SIZE_MASK (SPARSE_BLOCK_SIZE-1)
-
 #define PROT_DEFAULT OS_VM_PROT_ALL
 
 #define OFFSET_NONE ((os_vm_offset_t)(~0))
-- 
GitLab