PERFORCE change 102612 for review

John Baldwin jhb at FreeBSD.org
Thu Jul 27 22:17:43 UTC 2006


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

Change 102612 by jhb at jhb_mutex on 2006/07/27 22:17:19

	Oof.

Affected files ...

.. //depot/projects/smpng/sys/i386/i386/machdep.c#113 edit

Differences ...

==== //depot/projects/smpng/sys/i386/i386/machdep.c#113 (text+ko) ====

@@ -1643,6 +1643,7 @@
 	struct bios_smap *smap;
 	quad_t dcons_addr, dcons_size;
 
+	has_smap = 0;
 #ifdef XBOX
 	if (arch_i386_is_xbox) {
 		/*
@@ -1661,7 +1662,6 @@
 	bzero(&vmf, sizeof(vmf));
 	bzero(physmap, sizeof(physmap));
 	basemem = 0;
-	has_smap = 0;
 
 	/*
 	 * Some newer BIOSes has broken INT 12H implementation which cause


More information about the p4-projects mailing list