Date: Tue, 30 Sep 2003 00:42:19 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 38852 for review Message-ID: <200309300742.h8U7gJD4053711@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=38852 Change 38852 by peter@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309300742.h8U7gJD4053711>