summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/xen/xenvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/include/xen/xenvar.h')
-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