DEBUG is a kernel configuration flag and if used cpufreq_dt.c will fail the build of kernel.
Details
Details
- Reviewers
manu - Commits
- rS362417: MFC r361964:
rS361964: coufreq_dt: Rename DEBUG to DPRINTF
Build kernel with / without DEBUG flag. I defined it in sys/arm/conf/std.armv7.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/dev/cpufreq/cpufreq_dt.c | ||
---|---|---|
54 ↗ | (On Diff #72464) | Can you leave the if 0 ? I don't like having those printfs if debug is set. |