CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/01/26 17:29:44
Modified files:
sys/dev/pci/drm: drmP.h mach64_irq.c
Log message:
While printing is turned off by default, the debug code was still
compiled into drm. I'd forgotten about that. if DRMDEBUG is defined,
build in the printfs, else no-op them. Shaves a bunch of string from the
kernel
Fix two cases in mach64_irq.c where this would lead to unused variable
warnings.
Reminded by an entirely different comment by d...@.
