diff options
author | Kirill A. Shutemov <[email protected]> | 2017-02-13 15:52:28 +0300 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2017-02-13 19:04:38 +0100 |
commit | 3ba5b5ea7dc3a10ef50819b43a9f8de2705f4eec (patch) | |
tree | 20ce08b017488fdfc6691a460365cfc5d6522bb7 /lib/test-string_helpers.c | |
parent | 7089db84e356562f8ba737c29e472cc42d530dbc (diff) |
x86/vm86: Fix unused variable warning if THP is disabled
GCC complains about unused variable 'vma' in mark_screen_rdonly() if THP is
disabled:
arch/x86/kernel/vm86_32.c: In function ‘mark_screen_rdonly’:
arch/x86/kernel/vm86_32.c:180:26: warning: unused variable ‘vma’
[-Wunused-variable]
struct vm_area_struct *vma = find_vma(mm, 0xA0000);
That's silly. pmd_trans_huge() resolves to 0 when THP is disabled, so the
whole block should be eliminated.
Moving the variable declaration outside the if() block shuts GCC up.
Reported-by: Jérémy Lefaure <[email protected]>
Signed-off-by: Kirill A. Shutemov <[email protected]>
Tested-by: Borislav Petkov <[email protected]>
Cc: Carlos O'Donell <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'lib/test-string_helpers.c')
0 files changed, 0 insertions, 0 deletions