PERFORCE change 28526 for review

Peter Wemm peter at FreeBSD.org
Tue Apr 8 09:48:41 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=28526

Change 28526 by peter at peter_daintree on 2003/04/08 09:48:32

	remove a verbose boot printf. boot -v is sufficient now.

Affected files ...

.. //depot/projects/hammer/sys/x86_64/x86_64/machdep.c#50 edit

Differences ...

==== //depot/projects/hammer/sys/x86_64/x86_64/machdep.c#50 (text+ko) ====

@@ -751,7 +751,7 @@
 	 */
 	smapbase = MD_FETCH(kmdp, MODINFOMD_SMAP, struct bios_smap *) + KERNBASE;
 	if (smapbase == 0) {
-		printf("no bios smap, winging it\n");
+		printf("no bios smap info from loader, winging it\n");
 		goto deep_shit;
 	}
 printf("smapbase: %p\n", smapbase);
@@ -864,11 +864,6 @@
 	/*
 	 * Now, physmap contains a map of physical memory.
 	 */
-printf("physmap_idx = %d\n", physmap_idx);
-for (i = 0; i <= physmap_idx; i += 2) {
-	printf("slot %d: 0x%16lx - 0x%16lx\n", i/2, physmap[i], physmap[i + 1]);
-}
-
 	/*
 	 * Maxmem isn't the "maximum memory", it's one larger than the
 	 * highest page of the physical address space.  It should be


More information about the p4-projects mailing list