Skip to content
Commit 0a49a430 authored by Greg Ungerer's avatar Greg Ungerer Committed by Greg Ungerer
Browse files

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: default avatarGreg Ungerer <gerg@linux-m68k.org>
parent 3b449766
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment