Remove an unused typedef.

Tested by:	sbruno, pluknet
This commit is contained in:
Attilio Rao 2011-05-17 22:15:53 +00:00
parent a0a43452ae
commit 179efac924
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=222041

View File

@ -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);