MIPS: Add CONFIG_CPU_R5500 for NEC VR5500 series processors
[linux-drm-fsl-dcu.git] / arch / mips / lib / dump_tlb.c
index 1a4db7dc77cb2eaf5effb41e38b159a4da52532c..779821cd54ab7a4d93346045262e0d23139d7196 100644 (file)
@@ -10,6 +10,7 @@
 #include <asm/mipsregs.h>
 #include <asm/page.h>
 #include <asm/pgtable.h>
+#include <asm/tlbdebug.h>
 
 static inline const char *msk2str(unsigned int mask)
 {
@@ -24,6 +25,7 @@ static inline const char *msk2str(unsigned int mask)
        case PM_16M:    return "16Mb";
        case PM_64M:    return "64Mb";
        case PM_256M:   return "256Mb";
+       case PM_1G:     return "1Gb";
 #endif
        }
        return "";