svn commit: r221286 - projects/largeSMP/sys/i386/include/xen
Attilio Rao
attilio at FreeBSD.org
Sun May 1 00:08:14 UTC 2011
Author: attilio
Date: Sun May 1 00:08:13 2011
New Revision: 221286
URL: http://svn.freebsd.org/changeset/base/221286
Log:
Remove unnused typedef.
Modified:
projects/largeSMP/sys/i386/include/xen/xenvar.h
Modified: projects/largeSMP/sys/i386/include/xen/xenvar.h
==============================================================================
--- projects/largeSMP/sys/i386/include/xen/xenvar.h Sat Apr 30 23:28:07 2011 (r221285)
+++ projects/largeSMP/sys/i386/include/xen/xenvar.h Sun May 1 00:08:13 2011 (r221286)
@@ -99,7 +99,6 @@ void xpq_init(void);
(((bits)+BITS_PER_LONG-1)/BITS_PER_LONG)
#define DECLARE_BITMAP(name,bits) \
unsigned long name[BITS_TO_LONGS(bits)]
-typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } xen_cpumask_t;
int xen_create_contiguous_region(vm_page_t pages, int npages);
More information about the svn-src-projects
mailing list