svn commit: r301511 - head/sys/xen

Roger Pau Monné royger at FreeBSD.org
Mon Jun 6 14:55:47 UTC 2016


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.leo at 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


More information about the svn-src-all mailing list