/* * Copyright (C) 2002 Jeff Dike (jdike@karaya.com) * Licensed under the GPL */#ifndef __SKAS_MMU_H#define __SKAS_MMU_H#include"mm_id.h"#include"asm/ldt.h"structmmu_context_skas{structmm_idid;unsignedlonglast_page_table;#ifdef CONFIG_3_LEVEL_PGTABLESunsignedlonglast_pmd;#endifuml_ldt_tldt;};externvoid__switch_mm(structmm_id*mm_idp);#endif