PERFORCE change 38852 for review

Peter Wemm peter at FreeBSD.org
Tue Sep 30 00:42:21 PDT 2003


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

Change 38852 by peter at peter_hammer on 2003/09/30 00:42:16

	add missing SMP hook

Affected files ...

.. //depot/projects/hammer/sys/amd64/amd64/machdep.c#53 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/amd64/machdep.c#53 (text+ko) ====

@@ -903,6 +903,12 @@
 	/*
 	 * Now, physmap contains a map of physical memory.
 	 */
+
+#ifdef SMP
+	/* make hole for AP bootstrap code */
+	physmap[1] = mp_bootaddress(physmap[1] / 1024);
+#endif
+
 	/*
 	 * 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