Update of /cvsroot/linux-vax/kernel-2.4/arch/vax/kernel
In directory usw-pr-cvs1:/tmp/cvs-serv1335/kernel
Modified Files:
interrupt.c
Log Message:
DA: move to __mk_pte from mk_pte
Index: interrupt.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/kernel/interrupt.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- interrupt.c 2001/02/24 23:50:57 1.10
+++ interrupt.c 2001/05/27 13:25:29 1.11
@@ -69,7 +69,7 @@
to expand the interrupt stack before they can do any damage. */
/* if this is a 4k page - need to use set_pte here */
- p = mk_pte(&interrupt_stack[smp_processor_id()],__pgprot(_PAGE_KR|_PAGE_VALID));
+ p = __mk_pte(&interrupt_stack[smp_processor_id()],__pgprot(_PAGE_KR|_PAGE_VALID));
/* debug hwpte calculations FIXME: remove */
/* asm("movl %0, r2\n"
|