diff options
author | Bo Yu <[email protected]> | 2019-02-08 07:53:43 -0500 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2019-02-08 14:32:33 +0100 |
commit | c81cd5c08d676483bb09f4809660d2a1abea0062 (patch) | |
tree | c48277c1924f1786a5016e35be3114638e0b092c /scripts/gdb/linux/config.py | |
parent | 82434d23f36de42f70925f70d645ed3b1394361b (diff) |
x86/mtrr: Remove unused variable
Compiling the kernel with W=1 results in the following warning:
arch/x86/kernel/cpu/mtrr/cleanup.c:299:16: warning: variable ‘second_basek’ set but not used [-Wunused-but-set-variable]
unsigned long second_basek, second_sizek;
Remove the unused variable.
[ tglx: Massaged changelog ]
Signed-off-by: Bo Yu <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/gdb/linux/config.py')
0 files changed, 0 insertions, 0 deletions