Author: loos Date: Sat Dec 27 14:06:05 2014 New Revision: 276298 URL: https://svnweb.freebsd.org/changeset/base/276298
Log: Remove the '#undef DEBUG' that should not be committed. Modified: head/sys/arm/broadcom/bcm2835/bcm2835_mbox.c Modified: head/sys/arm/broadcom/bcm2835/bcm2835_mbox.c ============================================================================== --- head/sys/arm/broadcom/bcm2835/bcm2835_mbox.c Sat Dec 27 13:52:33 2014 (r276297) +++ head/sys/arm/broadcom/bcm2835/bcm2835_mbox.c Sat Dec 27 14:06:05 2014 (r276298) @@ -76,7 +76,6 @@ __FBSDID("$FreeBSD$"); mtx_unlock(&(sc)->lock); \ } while(0) -#undef DEBUG #ifdef DEBUG #define dprintf(fmt, args...) printf(fmt, ##args) #else _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"