mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue