From: James S. <jsi...@us...> - 2002-02-19 17:43:06
|
Update of /cvsroot/linux-mips/linux/arch/mips/mm In directory usw-pr-cvs1:/tmp/cvs-serv7093/arch/mips/mm Modified Files: c-andes.c Log Message: Unify show_regs() for all 64-bit processors. Index: c-andes.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/mm/c-andes.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- c-andes.c 27 Nov 2001 17:53:47 -0000 1.3 +++ c-andes.c 19 Feb 2002 17:43:02 -0000 1.4 @@ -125,7 +125,5 @@ while(1); } - update_mmu_cache = andes_update_mmu_cache; - flush_cache_l1(); } |