summaryrefslogtreecommitdiffstats
path: root/include/asm-sh/mmu_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sh/mmu_context.h')
-rw-r--r--include/asm-sh/mmu_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sh/mmu_context.h b/include/asm-sh/mmu_context.h
index d08cf7863..aca17690f 100644
--- a/include/asm-sh/mmu_context.h
+++ b/include/asm-sh/mmu_context.h
@@ -141,7 +141,7 @@ extern __inline__ void switch_mm(struct mm_struct *prev,
struct task_struct *tsk, unsigned int cpu)
{
if (prev != next) {
- unsigned long __pgdir = __pa(next->pgd);
+ unsigned long __pgdir = (unsigned long)next->pgd;
__asm__ __volatile__("mov.l %0,%1": \
:"r" (__pgdir), "m" (__m(MMU_TTB)));