From f2a79fe4e23eb2d288e4b27511309745d8f80de5 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sat, 22 Sep 2001 18:00:11 +0000 Subject: Remove more old, dusty, unused defines. --- sys/arch/hppa/include/vmparam.h | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) (limited to 'sys/arch/hppa') diff --git a/sys/arch/hppa/include/vmparam.h b/sys/arch/hppa/include/vmparam.h index 7030bf782d1..24dd71394ca 100644 --- a/sys/arch/hppa/include/vmparam.h +++ b/sys/arch/hppa/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.16 2001/08/12 20:06:11 miod Exp $ */ +/* $OpenBSD: vmparam.h,v 1.17 2001/09/22 18:00:09 miod Exp $ */ /* * Copyright (c) 1988-1994, The University of Utah and @@ -61,16 +61,6 @@ #define MAXSSIZ (UADDR-USRSTACK) /* max stack size */ #endif -/* - * Default sizes of swap allocation chunks (see dmap.h). - * The actual values may be changed in vminit() based on MAXDSIZ. - * With MAXDSIZ of 64Mb and NDMAP of 62, dmmax will be 4096. - * DMMIN should be at least ctod(1) so that vtod() works. - * vminit() ensures this. - */ -#define DMMIN 32 /* smallest swap allocation */ -#define DMMAX 4096 /* largest potential swap allocation */ - #ifndef USRIOSIZE #define USRIOSIZE ((2*HPPA_PGALIAS)/PAGE_SIZE) /* 2mb */ #endif @@ -94,15 +84,6 @@ */ #define MAXSLP 20 -/* - * A swapped in process is given a small amount of core without being bothered - * by the page replacement algorithm. Basically this says that if you are - * swapped in you deserve some resources. We protect the last SAFERSS - * pages against paging and will just swap you out rather than paging you. - */ -#define SAFERSS (0x4000/NBPG) /* nominal ``small'' resident set size - protected against replacement */ - /* user/kernel map constants */ #define VM_MIN_ADDRESS ((vaddr_t)0) #define VM_MAXUSER_ADDRESS ((vaddr_t)0xc0000000) -- cgit v1.2.3