patch-2.2.11 linux/include/asm-alpha/pgtable.h
Next file: linux/include/asm-alpha/processor.h
Previous file: linux/include/asm-alpha/mmu_context.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Mon Aug 9 12:04:57 1999
- Orig file:
v2.2.10/linux/include/asm-alpha/pgtable.h
- Orig date:
Mon May 10 09:55:21 1999
diff -u --recursive --new-file v2.2.10/linux/include/asm-alpha/pgtable.h linux/include/asm-alpha/pgtable.h
@@ -49,7 +49,6 @@
__EXTERN_INLINE void
ev5_flush_tlb_current(struct mm_struct *mm)
{
- mm->context = 0;
get_new_mmu_context(current, mm);
reload_context(current);
}
@@ -299,7 +298,7 @@
#define BAD_PAGETABLE __bad_pagetable()
#define BAD_PAGE __bad_page()
-#define ZERO_PAGE (PAGE_OFFSET+0x30A000)
+#define ZERO_PAGE(vaddr) (PAGE_OFFSET+0x30A000)
/* number of bits that fit into a memory pointer */
#define BITS_PER_PTR (8*sizeof(unsigned long))
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)