diff --git a/sys/xen/xen-os.h b/sys/xen/xen-os.h index 0aa3bb50c06b..96e084fe6013 100644 --- a/sys/xen/xen-os.h +++ b/sys/xen/xen-os.h @@ -118,7 +118,7 @@ xen_clear_bit(int bit, volatile long *addr) atomic_clear_long(&addr[bit / NBPL], 1UL << (bit % NBPL)); } -#undef NPBL +#undef NBPL /* * Functions to allocate/free unused memory in order