summaryrefslogtreecommitdiffstats
path: root/include/asm-m68k/mmu_context.h
blob: c5def1604750898c16e4309334f15bb365447307 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __68K_MMU_CONTEXT_H
#define __68K_MMU_CONTEXT_H

/*
 * get a new mmu context.. do we need this on the m68k?
 */
#define get_mmu_context(x) do { } while (0)

#endif