diff options
Diffstat (limited to 'arch/mips/mm/c-r3k.c')
-rw-r--r-- | arch/mips/mm/c-r3k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mm/c-r3k.c b/arch/mips/mm/c-r3k.c index 3466fcdae0ca..01848cdf2074 100644 --- a/arch/mips/mm/c-r3k.c +++ b/arch/mips/mm/c-r3k.c | |||
@@ -245,7 +245,7 @@ static void r3k_flush_cache_page(struct vm_area_struct *vma, | |||
245 | pmd_t *pmdp; | 245 | pmd_t *pmdp; |
246 | pte_t *ptep; | 246 | pte_t *ptep; |
247 | 247 | ||
248 | pr_debug("cpage[%08lx,%08lx]\n", | 248 | pr_debug("cpage[%08llx,%08lx]\n", |
249 | cpu_context(smp_processor_id(), mm), addr); | 249 | cpu_context(smp_processor_id(), mm), addr); |
250 | 250 | ||
251 | /* No ASID => no such page in the cache. */ | 251 | /* No ASID => no such page in the cache. */ |