From: Kenn H. <ke...@us...> - 2003-08-03 00:36:49
|
Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax/mm In directory sc8-pr-cvs1:/tmp/cvs-serv13922/include/asm/mm Modified Files: mmu_context.h Log Message: 2.5.56 needs a definition for deactivate_mm() Index: mmu_context.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/mm/mmu_context.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- mmu_context.h 12 Dec 2002 01:19:21 -0000 1.4 +++ mmu_context.h 3 Aug 2003 00:36:44 -0000 1.5 @@ -66,4 +66,6 @@ switch_mm(prev, next, current, smp_processor_id()); } +#define deactivate_mm(tsk,mm) do { } while (0) + #endif |