summaryrefslogtreecommitdiff
path: root/arch/mips/include/asm/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/include/asm/types.h')
-rw-r--r--arch/mips/include/asm/types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/include/asm/types.h b/arch/mips/include/asm/types.h
index f1fb285d211c..cffc9545dfd2 100644
--- a/arch/mips/include/asm/types.h
+++ b/arch/mips/include/asm/types.h
@@ -20,12 +20,12 @@
#ifndef __ASSEMBLY__
/*
- * Don't use phys_t. You've been warned.
+ * Don't use phys_addr_t. You've been warned.
*/
#ifdef CONFIG_PHYS_ADDR_T_64BIT
-typedef unsigned long long phys_t;
+typedef unsigned long long phys_addr_t;
#else
-typedef unsigned long phys_t;
+typedef unsigned long phys_addr_t;
#endif
#endif /* __ASSEMBLY__ */