Author: attilio
Date: Tue May 17 22:15:53 2011
New Revision: 222041
URL: http://svn.freebsd.org/changeset/base/222041
Log:
Remove an unused typedef.
Tested by: sbruno, pluknet
Modified:
head/sys/i386/include/xen/xenvar.h
Modified: head/sys/i386/include/xen/xenvar.h
==============================================================================
--- head/sys/i386/include/xen/xenvar.h Tue May 17 22:14:00 2011
(r222040)
+++ head/sys/i386/include/xen/xenvar.h Tue May 17 22:15:53 2011
(r222041)
@@ -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);
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"