No functional change intended.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 70273 Build 67156: arc lint + arc unit
Event Timeline
| sys/x86/cpufreq/hwpstate_amd.c | ||
|---|---|---|
| 213 | Can it just be a macro? I don't think inline always work. Or always inline? | |
| sys/x86/cpufreq/hwpstate_amd.c | ||
|---|---|---|
| 213 | I think we should use functions unless we have a good reason to use macros, for type safety, single evaluations of arguments, etc. The inline here is anyway cosmetic, clang always inlines such small functions even if there's no explicit hint. | |