PERFORCE change 68259 for review

John Baldwin jhb at FreeBSD.org
Tue Jan 4 07:43:34 PST 2005


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

Change 68259 by jhb at jhb_twclab on 2005/01/04 15:43:29

	Compile.

Affected files ...

.. //depot/projects/smpng/sys/i386/i386/local_apic.c#24 edit
.. //depot/projects/smpng/sys/i386/i386/machdep.c#86 edit

Differences ...

==== //depot/projects/smpng/sys/i386/i386/local_apic.c#24 (text+ko) ====

@@ -572,7 +572,6 @@
 apic_init(void *dummy __unused)
 {
 	struct apic_enumerator *enumerator;
-	uint64_t apic_base;
 	int retval, best;
 
 	/* We only support built in local APICs. */

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

@@ -111,6 +111,7 @@
 #include <machine/specialreg.h>
 #include <machine/bootinfo.h>
 #include <machine/intr_machdep.h>
+#include <machine/apicvar.h>
 #include <machine/md_var.h>
 #include <machine/pc/bios.h>
 #include <machine/pcb.h>


More information about the p4-projects mailing list