aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m32r/oprofile
diff options
context:
space:
mode:
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>2016-03-15 14:52:52 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-03-15 16:55:16 -0700
commit3701dc815117e0317f6fcf062ff8a28cd171ce44 (patch)
tree21683f1b81d4ccc412c56df0cf2c98cc6573bb64 /arch/m32r/oprofile
parenttags: Fix DEFINE_PER_CPU expansions (diff)
downloadlinux-dev-3701dc815117e0317f6fcf062ff8a28cd171ce44.tar.xz
linux-dev-3701dc815117e0317f6fcf062ff8a28cd171ce44.zip
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>
Diffstat (limited to 'arch/m32r/oprofile')
0 files changed, 0 insertions, 0 deletions