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

Alan Cox alc at FreeBSD.org
Mon Jan 11 15:51:14 UTC 2010


Author: alc
Date: Mon Jan 11 15:51:13 2010
New Revision: 202084
URL: http://svn.freebsd.org/changeset/base/202084

Log:
  Eliminate an unused declaration.

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

Modified: head/sys/i386/xen/mp_machdep.c
==============================================================================
--- head/sys/i386/xen/mp_machdep.c	Mon Jan 11 15:12:13 2010	(r202083)
+++ head/sys/i386/xen/mp_machdep.c	Mon Jan 11 15:51:13 2010	(r202084)
@@ -105,9 +105,6 @@ static char callfunc_name[NR_CPUS][15];
 /* Free these after use */
 void *bootstacks[MAXCPU];
 
-/* Hotwire a 0->4MB V==P mapping */
-extern pt_entry_t *KPTphys;
-
 struct pcb stoppcbs[MAXCPU];
 
 /* Variables needed for SMP tlb shootdown. */


More information about the svn-src-head mailing list