mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 08:09:08 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=301511
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user