Source-Changes-HG archive

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

[src/yamt-km]: src/sys/arch/hp300/hp300 remove old code to assign virtual_avail.



details:   https://anonhg.NetBSD.org/src/rev/2a648b012a9f
branches:  yamt-km
changeset: 573371:2a648b012a9f
user:      yamt <yamt%NetBSD.org@localhost>
date:      Sun Feb 27 02:57:17 2005 +0000

description:
remove old code to assign virtual_avail.

diffstat:

 sys/arch/hp300/hp300/pmap_bootstrap.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 1fd81a887e3e -r 2a648b012a9f sys/arch/hp300/hp300/pmap_bootstrap.c
--- a/sys/arch/hp300/hp300/pmap_bootstrap.c     Sat Feb 26 02:19:06 2005 +0000
+++ b/sys/arch/hp300/hp300/pmap_bootstrap.c     Sun Feb 27 02:57:17 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap_bootstrap.c,v 1.25.6.2 2005/02/26 01:08:27 yamt Exp $     */
+/*     $NetBSD: pmap_bootstrap.c,v 1.25.6.3 2005/02/27 02:57:17 yamt Exp $     */
 
 /*
  * Copyright (c) 1991, 1993
@@ -36,7 +36,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap_bootstrap.c,v 1.25.6.2 2005/02/26 01:08:27 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap_bootstrap.c,v 1.25.6.3 2005/02/27 02:57:17 yamt Exp $");
 
 #include <sys/param.h>
 #include <sys/proc.h>
@@ -432,8 +432,6 @@
        RELOC(avail_end, paddr_t) = m68k_ptob(RELOC(maxmem, int)) -
            (m68k_round_page(MSGBUFSIZE) + m68k_ptob(1));
        RELOC(mem_size, vsize_t) = m68k_ptob(RELOC(physmem, int));
-       RELOC(virtual_avail, vaddr_t) =
-               VM_MIN_KERNEL_ADDRESS + (nextpa - firstpa);
        RELOC(virtual_end, vaddr_t) = VM_MAX_KERNEL_ADDRESS;
 
 #ifdef M68K_MMU_HP



Home | Main Index | Thread Index | Old Index