commit | d3ce0e98b7fe17bb1dec9f6d7c50213db01e7189 | [log] [tgz] |
---|---|---|
author | David Daney <ddaney@caviumnetworks.com> | Mon Jan 24 14:51:37 2011 -0800 |
committer | Ralf Baechle <ralf@linux-mips.org> | Mon Mar 14 21:07:26 2011 +0100 |
tree | 7be0c825c8f8e894c4bec17762046d1f774bb4e9 | |
parent | 91b51f30084911754aed004bd3792f71f7bf0843 [diff] |
MIPS: Fix GCC-4.6 'set but not used' warning in arch/mips/mm/init.c Under some combinations of CONFIG_*, lastpfn in page_is_ram is 'set but not used'. Mark it as __maybe_unused to quiet the warning/error. Signed-off-by: David Daney <ddaney@caviumnetworks.com> To: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/2033/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>