patch-1.3.45 linux/arch/sparc/mm/sun4c.c

Next file: linux/drivers/block/README.ide
Previous file: linux/arch/sparc/kernel/time.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.44/linux/arch/sparc/mm/sun4c.c linux/arch/sparc/mm/sun4c.c
@@ -461,13 +461,11 @@
 void sun4c_pgd_free(pgd_t *pgd)
 {
 	free_page((unsigned long) pgd);
-	sun4c_unlock_tlb_entry((unsigned long) pgd);
 }
 
 pgd_t *sun4c_pgd_alloc(void)
 {
 	unsigned long new_pgd = get_free_page(GFP_KERNEL);
-	sun4c_lock_tlb_entry(new_pgd);
 	return (pgd_t *) new_pgd;
 }
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this