aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m32r/include/asm/mmu_context.h
Commit message (Collapse)AuthorAge
* cpumask: use mm_cpumask() wrapper: m32rRusty Russell2009-09-23
| | | | | | | | | | Makes code futureproof against the impending change to mm->cpu_vm_mask. It's also a chance to use the new cpumask_ ops which take a pointer (the older ones are deprecated, but there's no hurry for arch code). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Acked-by: Hirokazu Takata <takata@linux-m32r.org> (fixes)
* m32r: move include/asm-m32r headers to arch/m32r/include/asmHirokazu Takata2009-04-16
Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>