Metropoli BBS
VIEWER: mmu_context.h MODE: TEXT (ASCII)
#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

[ RETURN TO DIRECTORY ]