From 89ee6cecbcfb60c0e0a53b9fd03ad3ae370ce46e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roger=20Pau=20Monn=C3=A9?= Date: Mon, 6 Jun 2016 14:55:46 +0000 Subject: [PATCH] xen: Correct typo in #undef for symbol NBPL Submitted by: Akshay Jaggi Reviewed by: royger --- sys/xen/xen-os.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/xen/xen-os.h b/sys/xen/xen-os.h index 0aa3bb50c06b..96e084fe6013 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