mirror of https://github.com/torvalds/linux.git
The flush_icache_range() function is implemented as a "function-like
macro with unused parameters", which can result in "unused variables"
warnings.
Replace the macro with a static inline function, as advised by
Documentation/process/coding-style.rst.
Fixes:
|
||
|---|---|---|
| .. | ||
| asm | ||
| uapi/asm | ||