aboutsummaryrefslogtreecommitdiff
path: root/include/asm-mips/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips/types.h')
-rw-r--r--include/asm-mips/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/types.h b/include/asm-mips/types.h
index b949ab33e8e..421b3aea14c 100644
--- a/include/asm-mips/types.h
+++ b/include/asm-mips/types.h
@@ -78,7 +78,7 @@ typedef unsigned long long u64;
#endif
#if (defined(CONFIG_HIGHMEM) && defined(CONFIG_64BIT_PHYS_ADDR)) \
- || defined(CONFIG_MIPS64)
+ || defined(CONFIG_64BIT)
typedef u64 dma_addr_t;
#else
typedef u32 dma_addr_t;