mirror of
https://github.com/torvalds/linux.git
synced 2025-11-03 18:20:25 +02:00
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> |
||
|---|---|---|
| .. | ||
| cache.c | ||
| discontig.c | ||
| extable.c | ||
| fault-nommu.c | ||
| fault.c | ||
| init.c | ||
| ioremap-nommu.c | ||
| ioremap.c | ||
| Makefile | ||
| mmu.S | ||
| page.S | ||