xen: Add missing semi-colon for BITSET_DEFINE()
Broken when it was removed from the macro in r289867. Pointy-hat: markj Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
6af11b82c0
commit
ce7543042c
@ -72,7 +72,7 @@ __FBSDID("$FreeBSD$");
|
||||
static MALLOC_DEFINE(M_XENINTR, "xen_intr", "Xen Interrupt Services");
|
||||
|
||||
#define ENABLED_SETSIZE (sizeof(u_long) * 8)
|
||||
BITSET_DEFINE(enabledbits, ENABLED_SETSIZE)
|
||||
BITSET_DEFINE(enabledbits, ENABLED_SETSIZE);
|
||||
|
||||
/**
|
||||
* Per-cpu event channel processing state.
|
||||
|
Loading…
x
Reference in New Issue
Block a user