summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/xen
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2011-05-17 22:15:53 +0000
committerattilio <attilio@FreeBSD.org>2011-05-17 22:15:53 +0000
commita5faf24d9cd6b516de08de5f09866ef48eca5259 (patch)
treed2f9b1f184b99bf47ba00aac764be7dbfbd04010 /sys/i386/include/xen
parent01e90e3193a999ef71c298c6c251bbdf600a7271 (diff)
downloadFreeBSD-src-a5faf24d9cd6b516de08de5f09866ef48eca5259.zip
FreeBSD-src-a5faf24d9cd6b516de08de5f09866ef48eca5259.tar.gz
Remove an unused typedef.
Tested by: sbruno, pluknet
Diffstat (limited to 'sys/i386/include/xen')
-rw-r--r--sys/i386/include/xen/xenvar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/i386/include/xen/xenvar.h b/sys/i386/include/xen/xenvar.h
index 4f8c857..365930a 100644
--- a/sys/i386/include/xen/xenvar.h
+++ b/sys/i386/include/xen/xenvar.h
@@ -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);
OpenPOWER on IntegriCloud