console scratchpad space already reserved in locore.s - don't do twice
authorThomas Ferrin <tef@ucbvax.Berkeley.EDU>
Thu, 22 Sep 1988 21:39:13 +0000 (13:39 -0800)
committerThomas Ferrin <tef@ucbvax.Berkeley.EDU>
Thu, 22 Sep 1988 21:39:13 +0000 (13:39 -0800)
SCCS-vsn: sys/vax/vax/machdep.c 7.17

usr/src/sys/vax/vax/machdep.c

index 889110d..8b71dbc 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)machdep.c   7.16 (Berkeley) %G%
+ *     @(#)machdep.c   7.17 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
@@ -73,13 +73,6 @@ startup(firstaddr)
        register caddr_t v;
        int maxbufs, base, residual;
 
        register caddr_t v;
        int maxbufs, base, residual;
 
-#if VAX630 || VAX650
-       /*
-        * Leave last 5k of phys. memory as console work area.
-        */
-       if (cpu == VAX_630 || cpu == VAX_650)
-               maxmem -= 10;
-#endif
        /*
         * Initialize error message buffer (at end of core).
         */
        /*
         * Initialize error message buffer (at end of core).
         */