diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-06-14 10:23:41 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-06-14 10:23:41 -0400 |
commit | 7b2758228f2d554316288ef650fe5a08e3b2c559 (patch) | |
tree | 6e2d5fcde8bf9b6f8ef49b78e94fc95a99cd09d4 /arch | |
parent | f8f06bc74b5afbb434b8f3982db19acdbf48dee9 (diff) |
sh: Conver to asm-generic/mmu_context.h.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sh/include/asm/mmu_context.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/arch/sh/include/asm/mmu_context.h b/arch/sh/include/asm/mmu_context.h index 2c987f567763..67d8946db193 100644 --- a/arch/sh/include/asm/mmu_context.h +++ b/arch/sh/include/asm/mmu_context.h | |||
@@ -129,23 +129,23 @@ static inline void switch_mm(struct mm_struct *prev, | |||
129 | if (!cpumask_test_and_set_cpu(cpu, mm_cpumask(next))) | 129 | if (!cpumask_test_and_set_cpu(cpu, mm_cpumask(next))) |
130 | activate_context(next, cpu); | 130 | activate_context(next, cpu); |
131 | } | 131 | } |
132 | |||
133 | #define activate_mm(prev, next) switch_mm((prev),(next),NULL) | ||
134 | #define deactivate_mm(tsk,mm) do { } while (0) | ||
135 | #define enter_lazy_tlb(mm,tsk) do { } while (0) | ||
136 | |||
132 | #else | 137 | #else |
133 | #define get_mmu_context(mm) do { } while (0) | 138 | |
134 | #define init_new_context(tsk,mm) (0) | ||
135 | #define destroy_context(mm) do { } while (0) | ||
136 | #define set_asid(asid) do { } while (0) | 139 | #define set_asid(asid) do { } while (0) |
137 | #define get_asid() (0) | 140 | #define get_asid() (0) |
138 | #define cpu_asid(cpu, mm) ({ (void)cpu; NO_CONTEXT; }) | 141 | #define cpu_asid(cpu, mm) ({ (void)cpu; NO_CONTEXT; }) |
139 | #define switch_and_save_asid(asid) (0) | 142 | #define switch_and_save_asid(asid) (0) |
140 | #define set_TTB(pgd) do { } while (0) | 143 | #define set_TTB(pgd) do { } while (0) |
141 | #define get_TTB() (0) | 144 | #define get_TTB() (0) |
142 | #define activate_context(mm,cpu) do { } while (0) | ||
143 | #define switch_mm(prev,next,tsk) do { } while (0) | ||
144 | #endif /* CONFIG_MMU */ | ||
145 | 145 | ||
146 | #define activate_mm(prev, next) switch_mm((prev),(next),NULL) | 146 | #include <asm-generic/mmu_context.h> |
147 | #define deactivate_mm(tsk,mm) do { } while (0) | 147 | |
148 | #define enter_lazy_tlb(mm,tsk) do { } while (0) | 148 | #endif /* CONFIG_MMU */ |
149 | 149 | ||
150 | #if defined(CONFIG_CPU_SH3) || defined(CONFIG_CPU_SH4) | 150 | #if defined(CONFIG_CPU_SH3) || defined(CONFIG_CPU_SH4) |
151 | /* | 151 | /* |