commit | 34adb28d500e644cc260da4ceb66ba6dc0beaf93 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Sat Nov 22 00:16:48 2014 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Mon Nov 24 22:46:44 2014 +0100 |
tree | d47596d498c031e9140f7fca3a5bc8b4a393a08d | |
parent | f98614072c5d43421a2cfa6f9b911a071e6e6d5f [diff] [blame] |
MIPS: Replace MIPS-specific 64BIT_PHYS_ADDR with generic PHYS_ADDR_T_64BIT Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/mm/gup.c b/arch/mips/mm/gup.c index 06ce17c..7cba480 100644 --- a/arch/mips/mm/gup.c +++ b/arch/mips/mm/gup.c
@@ -17,7 +17,7 @@ static inline pte_t gup_get_pte(pte_t *ptep) { -#if defined(CONFIG_64BIT_PHYS_ADDR) && defined(CONFIG_CPU_MIPS32) +#if defined(CONFIG_PHYS_ADDR_T_64BIT) && defined(CONFIG_CPU_MIPS32) pte_t pte; retry: