[PATCH] BUG() -> BUG_ON() conversions.
From: davej@codemonkey.org.uk Various performance critical sections. The increased cache footprint may be a pessimisation, especially on earlier CPUs where unlikely() doesn't do anything useful, and we fall back to trusting gcc to DTRT.
Showing
Please register or sign in to comment