patch-2.2.8 linux/include/asm-alpha/pgtable.h
Next file: linux/include/asm-alpha/semaphore.h
Previous file: linux/include/asm-alpha/fpu.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Mon May 10 09:55:21 1999
- Orig file:
v2.2.7/linux/include/asm-alpha/pgtable.h
- Orig date:
Tue Mar 23 14:35:48 1999
diff -u --recursive --new-file v2.2.7/linux/include/asm-alpha/pgtable.h linux/include/asm-alpha/pgtable.h
@@ -167,19 +167,6 @@
#else /* __SMP__ */
-/* ipi_msg_flush_tb is owned by the holder of the global kernel lock. */
-struct ipi_msg_flush_tb_struct {
- volatile unsigned int flush_tb_mask;
- union {
- struct mm_struct * flush_mm;
- struct vm_area_struct * flush_vma;
- } p;
- unsigned long flush_addr;
- unsigned long flush_end;
-};
-
-extern struct ipi_msg_flush_tb_struct ipi_msg_flush_tb;
-
extern void flush_tlb_all(void);
extern void flush_tlb_mm(struct mm_struct *);
extern void flush_tlb_page(struct vm_area_struct *, unsigned long);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)