mirror of
https://github.com/lkl/linux.git
synced 2025-12-21 09:03:14 +09:00
Even though the compiler is able to replace static const variables with their value, it will warn about them being unused when Linux is built with W=1. Use good old macros instead, this is not C++. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>