diff options
| author | Joerg Roedel <joerg.roedel@amd.com> | 2009-06-09 04:50:57 -0400 |
|---|---|---|
| committer | Joerg Roedel <joerg.roedel@amd.com> | 2009-06-09 04:50:57 -0400 |
| commit | d2dd01de9924ae24afeba5aa5bc2e08287701df6 (patch) | |
| tree | 3021bf496579a48984666355b59df5e44b42dd32 /arch/mips/lib/dump_tlb.c | |
| parent | 367d04c4ec02dad34d80452e32e3370db7fb6fee (diff) | |
| parent | 62a6f465f6572e1f28765c583c12753bb3e23715 (diff) | |
Merge commit 'tip/core/iommu' into amd-iommu/fixes
Diffstat (limited to 'arch/mips/lib/dump_tlb.c')
| -rw-r--r-- | arch/mips/lib/dump_tlb.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/mips/lib/dump_tlb.c b/arch/mips/lib/dump_tlb.c index 779821cd54ab..3f69725556af 100644 --- a/arch/mips/lib/dump_tlb.c +++ b/arch/mips/lib/dump_tlb.c | |||
| @@ -19,6 +19,15 @@ static inline const char *msk2str(unsigned int mask) | |||
| 19 | case PM_16K: return "16kb"; | 19 | case PM_16K: return "16kb"; |
| 20 | case PM_64K: return "64kb"; | 20 | case PM_64K: return "64kb"; |
| 21 | case PM_256K: return "256kb"; | 21 | case PM_256K: return "256kb"; |
| 22 | #ifdef CONFIG_CPU_CAVIUM_OCTEON | ||
| 23 | case PM_8K: return "8kb"; | ||
| 24 | case PM_32K: return "32kb"; | ||
| 25 | case PM_128K: return "128kb"; | ||
| 26 | case PM_512K: return "512kb"; | ||
| 27 | case PM_2M: return "2Mb"; | ||
| 28 | case PM_8M: return "8Mb"; | ||
| 29 | case PM_32M: return "32Mb"; | ||
| 30 | #endif | ||
| 22 | #ifndef CONFIG_CPU_VR41XX | 31 | #ifndef CONFIG_CPU_VR41XX |
| 23 | case PM_1M: return "1Mb"; | 32 | case PM_1M: return "1Mb"; |
| 24 | case PM_4M: return "4Mb"; | 33 | case PM_4M: return "4Mb"; |
