svn commit: r201966 - head/sys/boot/ia64/efi

Marcel Moolenaar marcel at FreeBSD.org
Sun Jan 10 00:14:05 UTC 2010


Author: marcel
Date: Sun Jan 10 00:14:04 2010
New Revision: 201966
URL: http://svn.freebsd.org/changeset/base/201966

Log:
  Remove debugging printf(). There's no need to print the image
  base address anymore.

Modified:
  head/sys/boot/ia64/efi/main.c

Modified: head/sys/boot/ia64/efi/main.c
==============================================================================
--- head/sys/boot/ia64/efi/main.c	Sun Jan 10 00:08:26 2010	(r201965)
+++ head/sys/boot/ia64/efi/main.c	Sun Jan 10 00:14:04 2010	(r201966)
@@ -127,8 +127,6 @@ main(int argc, CHAR16 *argv[])
 	/* Get our loaded image protocol interface structure. */
 	BS->HandleProtocol(IH, &imgid, (VOID**)&img);
 
-	printf("Image base: 0x%016lx\n", (u_long)img->ImageBase);
-
 	printf("\n");
 	printf("%s, Revision %s\n", bootprog_name, bootprog_rev);
 	printf("(%s, %s)\n", bootprog_maker, bootprog_date);


More information about the svn-src-all mailing list