Author: royger
Date: Mon Jun  6 14:55:46 2016
New Revision: 301511
URL: https://svnweb.freebsd.org/changeset/base/301511

Log:
  xen: Correct typo in #undef for symbol NBPL
  
  Submitted by: Akshay Jaggi <akshay1994....@gmail.com>
  Reviewed by:  royger

Modified:
  head/sys/xen/xen-os.h

Modified: head/sys/xen/xen-os.h
==============================================================================
--- head/sys/xen/xen-os.h       Mon Jun  6 14:24:01 2016        (r301510)
+++ head/sys/xen/xen-os.h       Mon Jun  6 14:55:46 2016        (r301511)
@@ -118,7 +118,7 @@ xen_clear_bit(int bit, volatile long *ad
        atomic_clear_long(&addr[bit / NBPL], 1UL << (bit % NBPL));
 }
 
-#undef NPBL
+#undef NBPL
 
 /*
  * Functions to allocate/free unused memory in order
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to