Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/vax/include don't re-specify the defaults



details:   https://anonhg.NetBSD.org/src/rev/910582670368
branches:  trunk
changeset: 326341:910582670368
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 26 03:18:39 2014 +0000

description:
don't re-specify the defaults

diffstat:

 sys/arch/vax/include/vmparam.h |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (24 lines):

diff -r 0c2975bb6cca -r 910582670368 sys/arch/vax/include/vmparam.h
--- a/sys/arch/vax/include/vmparam.h    Sun Jan 26 02:21:08 2014 +0000
+++ b/sys/arch/vax/include/vmparam.h    Sun Jan 26 03:18:39 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.49 2014/01/25 15:16:50 christos Exp $    */
+/*     $NetBSD: vmparam.h,v 1.50 2014/01/26 03:18:39 christos Exp $    */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -98,14 +98,7 @@
 #define VM_MIN_KERNEL_ADDRESS  ((vaddr_t)KERNBASE)
 #define VM_MAX_KERNEL_ADDRESS  ((vaddr_t)(0xC0000000))
 
-/*
- * The address to which unspecified mapping requests default
- */
 #define __USE_TOPDOWN_VM
-#define VM_DEFAULT_ADDRESS_TOPDOWN(da, sz) \
-    trunc_page(VM_MAXUSER_ADDRESS - MAXSSIZ - (sz))
-#define VM_DEFAULT_ADDRESS_BOTTOMUP(da, sz) \
-    round_page((vaddr_t)(da) + (vsize_t)maxdmap)
 
 #define        USRIOSIZE               (8 * VAX_NPTEPG)        /* 512MB */
 #define        VM_PHYS_SIZE            (USRIOSIZE*VAX_NBPG)



Home | Main Index | Thread Index | Old Index