patch-2.3.13 linux/include/asm-alpha/machvec.h

Next file: linux/include/asm-alpha/mmu_context.h
Previous file: linux/include/asm-alpha/io.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.12/linux/include/asm-alpha/machvec.h linux/include/asm-alpha/machvec.h
@@ -72,7 +72,10 @@
 	int (*hose_write_config_dword)(u8, u8, u8, u32 value,
 				       struct linux_hose_info *);
 	
-	void (*mv_get_mmu_context)(struct task_struct *);
+	void (*mv_switch_mm)(struct mm_struct *, struct mm_struct *,
+			     struct task_struct *, long);
+	void (*mv_activate_mm)(struct mm_struct *, struct mm_struct *, long);
+
 	void (*mv_flush_tlb_current)(struct mm_struct *);
 	void (*mv_flush_tlb_other)(struct mm_struct *);
 	void (*mv_flush_tlb_current_page)(struct mm_struct * mm,

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)