summaryrefslogtreecommitdiffstats
path: root/sys/xen
diff options
context:
space:
mode:
authorroyger <royger@FreeBSD.org>2016-06-06 14:55:46 +0000
committerroyger <royger@FreeBSD.org>2016-06-06 14:55:46 +0000
commitbcc3d098d9c693ba3d48b16e4730923b978a3700 (patch)
tree709141b71a42a1497743358db2aac250c642cab5 /sys/xen
parentaaac6c5a137051fdcb6a1a006d651aa508b82fb6 (diff)
downloadFreeBSD-src-bcc3d098d9c693ba3d48b16e4730923b978a3700.zip
FreeBSD-src-bcc3d098d9c693ba3d48b16e4730923b978a3700.tar.gz
xen: Correct typo in #undef for symbol NBPL
Submitted by: Akshay Jaggi <akshay1994.leo@gmail.com> Reviewed by: royger
Diffstat (limited to 'sys/xen')
-rw-r--r--sys/xen/xen-os.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/xen/xen-os.h b/sys/xen/xen-os.h
index 0aa3bb50..96e084f 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
OpenPOWER on IntegriCloud