Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Oct 2003 14:29:41 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 40876 for review
Message-ID:  <200310302229.h9UMTfk6079812@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=40876

Change 40876 by peter@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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310302229.h9UMTfk6079812>