svn commit: r191759 - head/sys/i386/xen

Kip Macy kmacy at FreeBSD.org
Sat May 2 22:22:01 UTC 2009


Author: kmacy
Date: Sat May  2 22:22:00 2009
New Revision: 191759
URL: http://svn.freebsd.org/changeset/base/191759

Log:
  fix XEN compilation

Modified:
  head/sys/i386/xen/mp_machdep.c

Modified: head/sys/i386/xen/mp_machdep.c
==============================================================================
--- head/sys/i386/xen/mp_machdep.c	Sat May  2 20:39:43 2009	(r191758)
+++ head/sys/i386/xen/mp_machdep.c	Sat May  2 22:22:00 2009	(r191759)
@@ -142,6 +142,9 @@ int apic_cpuids[MAX_APIC_ID + 1];
 /* Holds pending bitmap based IPIs per CPU */
 static volatile u_int cpu_ipi_pending[MAXCPU];
 
+static int cpu_logical;
+static int cpu_cores;
+
 static void	assign_cpu_ids(void);
 static void	set_interrupt_apic_ids(void);
 int	start_all_aps(void);


More information about the svn-src-head mailing list