2 * Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
3 * Licensed under the GPL
9 #include "linux/config.h"
13 struct mmu_context_skas {
15 unsigned long last_page_table;
16 #ifdef CONFIG_3_LEVEL_PGTABLES
17 unsigned long last_pmd;
22 extern void switch_mm_skas(struct mm_id * mm_idp);