Kill the annoying printf (which I think I added).
authordownsj <downsj@openbsd.org>
Mon, 24 Feb 1997 04:05:48 +0000 (04:05 +0000)
committerdownsj <downsj@openbsd.org>
Mon, 24 Feb 1997 04:05:48 +0000 (04:05 +0000)
sys/arch/i386/i386/machdep.c

index 5564f0c..8522f40 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: machdep.c,v 1.41 1997/02/03 15:04:50 deraadt Exp $    */
+/*     $OpenBSD: machdep.c,v 1.42 1997/02/24 04:05:48 downsj Exp $     */
 /*     $NetBSD: machdep.c,v 1.202 1996/05/18 15:54:59 christos Exp $   */
 
 /*-
@@ -1255,9 +1255,8 @@ init386(first_avail)
        biosextmem = extmem;    /* Extended memory as reported by BIOS call */
 #endif
 
-#ifdef EXTMEM_SIZE /* Override memory size */
-       if (biosextmem != EXTMEM_SIZE)
-               printf("Note:  Overriding BIOS memsize of %d.\n", biosextmem);
+#ifdef EXTMEM_SIZE
+       /* Override memory size */
        biosextmem = EXTMEM_SIZE;
 #endif