kernel-hacking-2024-linux-s.../arch/m32r/mm
Sudip Mukherjee 3701dc8151 m32r: mm: fix build warning
While building we are getting warnings:

  arch/m32r/mm/init.c:63:17: warning: unused variable 'low'
  arch/m32r/mm/init.c:62:17: warning: unused variable 'max_dma'

max_dma and low are only used if CONFIG_MMU is defined.  Lets declare
the variables inside the #ifdef.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2016-03-15 16:55:16 -07:00
..
cache.c
discontig.c mm/m32r: prepare for removing num_physpages and simplify mem_init() 2013-07-03 16:07:36 -07:00
extable.c
fault-nommu.c
fault.c mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler 2015-05-19 08:39:15 +02:00
init.c m32r: mm: fix build warning 2016-03-15 16:55:16 -07:00
ioremap-nommu.c
ioremap.c
Makefile
mmu.S
page.S