MIPS: Replace MIPS-specific 64BIT_PHYS_ADDR with generic PHYS_ADDR_T_64BIT
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
#if defined(CONFIG_64BIT_PHYS_ADDR) && defined(CONFIG_PCI)
|
||||
#if defined(CONFIG_PHYS_ADDR_T_64BIT) && defined(CONFIG_PCI)
|
||||
extern phys_t __fixup_bigphys_addr(phys_t, phys_t);
|
||||
#else
|
||||
static inline phys_t __fixup_bigphys_addr(phys_t phys_addr, phys_t size)
|
||||
|
Reference in New Issue
Block a user