Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/atari/atari No longer update the PAGE_* variables. ...



details:   https://anonhg.NetBSD.org/src/rev/f2bb47758d42
branches:  trunk
changeset: 503142:f2bb47758d42
user:      leo <leo%NetBSD.org@localhost>
date:      Thu Feb 01 08:58:03 2001 +0000

description:
No longer update the PAGE_* variables. They have turned into compile time
constants.

diffstat:

 sys/arch/atari/atari/atari_init.c |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (23 lines):

diff -r 16d13b098178 -r f2bb47758d42 sys/arch/atari/atari/atari_init.c
--- a/sys/arch/atari/atari/atari_init.c Thu Feb 01 08:43:46 2001 +0000
+++ b/sys/arch/atari/atari/atari_init.c Thu Feb 01 08:58:03 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: atari_init.c,v 1.51 2000/06/29 08:28:23 mrg Exp $      */
+/*     $NetBSD: atari_init.c,v 1.52 2001/02/01 08:58:03 leo Exp $      */
 
 /*
  * Copyright (c) 1995 Leo Weppelman
@@ -234,13 +234,6 @@
        else kbase = 0;
 
        /*
-        * update these as soon as possible!
-        */
-       PAGE_SIZE  = NBPG;
-       PAGE_MASK  = NBPG-1;
-       PAGE_SHIFT = PG_SHIFT;
-
-       /*
         * Determine the type of machine we are running on. This needs
         * to be done early (and before initcpu())!
         */



Home | Main Index | Thread Index | Old Index