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