svn commit: r241880 - in head/sys: amd64/amd64 i386/i386 pc98/pc98

Eitan Adler eadler at FreeBSD.org
Mon Oct 22 11:57:27 UTC 2012


Author: eadler
Date: Mon Oct 22 11:57:26 2012
New Revision: 241880
URL: http://svn.freebsd.org/changeset/base/241880

Log:
  The 'testing memory' patch gets printed too many times
  
  Approved by: cperciva (implicit)

Modified:
  head/sys/amd64/amd64/machdep.c
  head/sys/i386/i386/machdep.c
  head/sys/pc98/pc98/machdep.c

Modified: head/sys/amd64/amd64/machdep.c
==============================================================================
--- head/sys/amd64/amd64/machdep.c	Mon Oct 22 11:10:15 2012	(r241879)
+++ head/sys/amd64/amd64/machdep.c	Mon Oct 22 11:57:26 2012	(r241880)
@@ -1532,8 +1532,6 @@ getmemsize(caddr_t kmdp, u_int64_t first
 			if (memtest == 0)
 				goto skip_memtest;
 
-			printf("testing memory...\n");
-
 			/*
 			 * map page into kernel: valid, read/write,non-cacheable
 			 */

Modified: head/sys/i386/i386/machdep.c
==============================================================================
--- head/sys/i386/i386/machdep.c	Mon Oct 22 11:10:15 2012	(r241879)
+++ head/sys/i386/i386/machdep.c	Mon Oct 22 11:57:26 2012	(r241880)
@@ -2459,8 +2459,6 @@ physmap_done:
 			if (memtest == 0)
 				goto skip_memtest;
 
-			printf("testing memory...\n");
-
 			/*
 			 * map page into kernel: valid, read/write,non-cacheable
 			 */

Modified: head/sys/pc98/pc98/machdep.c
==============================================================================
--- head/sys/pc98/pc98/machdep.c	Mon Oct 22 11:10:15 2012	(r241879)
+++ head/sys/pc98/pc98/machdep.c	Mon Oct 22 11:57:26 2012	(r241880)
@@ -2042,8 +2042,6 @@ getmemsize(int first)
 			if (memtest == 0)
 				goto skip_memtest;
 
-			printf("testing memory...\n");
-
 			/*
 			 * map page into kernel: valid, read/write,non-cacheable
 			 */


More information about the svn-src-head mailing list