CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/06/20 00:50:04
Modified files:
sys/dev/pci/drm/radeon: atom.c
Log message:
sf@ pointed out that atom.c defines a DEBUG macro that takes arguments,
this breaks when compiling a kernel with DEBUG defined for additional
printfs elsewhere. Instead of renaming the macro, undefine DEBUG
before the new definition to minimise the diff the linux.
