PERFORCE change 40876 for review
Peter Wemm
peter at FreeBSD.org
Thu Oct 30 14:29:43 PST 2003
http://perforce.freebsd.org/chv.cgi?CH=40876
Change 40876 by peter at peter_daintree on 2003/10/30 14:29:27
integrate -I smp_hammer
Affected files ...
.. //depot/projects/hammer/sys/amd64/acpica/madt.c#5 integrate
.. //depot/projects/hammer/sys/amd64/amd64/mp_machdep.c#17 integrate
.. //depot/projects/hammer/sys/amd64/amd64/mpboot.s#10 integrate
Differences ...
==== //depot/projects/hammer/sys/amd64/acpica/madt.c#5 (text+ko) ====
@@ -213,7 +213,7 @@
* We map the XSDT and RSDT at page 1 in the crashdump area.
* Page 0 is used to map in the headers of candidate ACPI tables.
*/
- if (rsdp->Revision >= 2 /* && rsdp->RsdtPhysicalAddress == 0 */) {
+ if (rsdp->Revision >= 2) {
/* XXXTEST */
printf("XSDT PA = 0x%jx\n", (uintmax_t)rsdp->XsdtPhysicalAddress);
xsdt = madt_map_table(rsdp->XsdtPhysicalAddress, 1, XSDT_SIG);
==== //depot/projects/hammer/sys/amd64/amd64/mp_machdep.c#17 (text+ko) ====
@@ -24,7 +24,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/i386/i386/mp_machdep.c,v 1.218 2003/10/24 21:02:26 jhb Exp $");
+__FBSDID("$FreeBSD: src/sys/i386/i386/mp_machdep.c,v 1.219 2003/10/30 21:42:16 jhb Exp $");
#include "opt_cpu.h"
#include "opt_kstack_pages.h"
==== //depot/projects/hammer/sys/amd64/amd64/mpboot.s#10 (text+ko) ====
@@ -31,7 +31,7 @@
* mpboot.s: FreeBSD machine support for the Intel MP Spec
* multiprocessor systems.
*
- * $FreeBSD: src/sys/i386/i386/mpboot.s,v 1.21 2003/10/01 23:46:08 peter Exp $
+ * $FreeBSD: src/sys/i386/i386/mpboot.s,v 1.22 2003/10/30 21:42:44 jhb Exp $
*/
#include <machine/asmacros.h> /* miscellaneous asm macros */
More information about the p4-projects
mailing list