Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jan 2005 15:43:33 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 68259 for review
Message-ID:  <200501041543.j04FhX8o028303@repoman.freebsd.org>

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

Change 68259 by jhb@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>



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