summaryrefslogtreecommitdiffstats
path: root/include/asm-ppc/mmu_context.h
blob: 8cee7fb30ca2252400aee0e4ce9a57cea8e680d4 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __PPC_MMU_CONTEXT_H
#define __PPC_MMU_CONTEXT_H

/*
 * get a new mmu context.. PowerPC's don't know about contexts [yet]
 */
#define get_mmu_context(x) do { } while (0)

#endif