xen: Correct typo in #undef for symbol NBPL
Submitted by: Akshay Jaggi <akshay1994.leo@gmail.com> Reviewed by: royger
This commit is contained in:
parent
99a0c4062d
commit
89ee6cecbc
@ -118,7 +118,7 @@ xen_clear_bit(int bit, volatile long *addr)
|
|||||||
atomic_clear_long(&addr[bit / NBPL], 1UL << (bit % NBPL));
|
atomic_clear_long(&addr[bit / NBPL], 1UL << (bit % NBPL));
|
||||||
}
|
}
|
||||||
|
|
||||||
#undef NPBL
|
#undef NBPL
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Functions to allocate/free unused memory in order
|
* Functions to allocate/free unused memory in order
|
||||||
|
Loading…
x
Reference in New Issue
Block a user