xen: Correct typo in #undef for symbol NBPL

Submitted by:	Akshay Jaggi <akshay1994.leo@gmail.com>
Reviewed by:	royger
This commit is contained in:
Roger Pau Monné 2016-06-06 14:55:46 +00:00
parent 99a0c4062d
commit 89ee6cecbc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=301511

View File

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