diff options
author | 2023-09-12 23:31:39 +1000 | |
---|---|---|
committer | 2023-10-23 08:22:22 +1000 | |
commit | 0a49a430e6dee8aa036df81898d17ce8abc397fa (patch) | |
tree | 77b88615fc0b02d640146ec9974a8555f59e2c20 /scripts/gdb/linux/tasks.py | |
parent | m68k: coldfire: fix warnings in uboot argument processing (diff) | |
download | wireguard-linux-0a49a430e6dee8aa036df81898d17ce8abc397fa.tar.xz wireguard-linux-0a49a430e6dee8aa036df81898d17ce8abc397fa.zip |
m68k: coldfire: remove unused variable in MMU code
When building with W=1:
CC arch/m68k/mm/mcfmmu.o
arch/m68k/mm/mcfmmu.c: In function ‘paging_init’:
arch/m68k/mm/mcfmmu.c:41:30: warning: variable ‘bootmem_end’ set but not used [-Wunused-but-set-variable]
unsigned long next_pgtable, bootmem_end;
^~~~~~~~~~~
Remove variable bootmem_end and its unused setting.
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions