From: James S. <jsi...@us...> - 2001-09-04 16:03:26
|
Update of /cvsroot/linux-mips/linux/arch/mips64/sgi-ip22 In directory usw-pr-cvs1:/tmp/cvs-serv9777 Modified Files: ip22-berr.c Log Message: Syncing. Index: ip22-berr.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips64/sgi-ip22/ip22-berr.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ip22-berr.c 2001/09/04 11:25:24 1.2 --- ip22-berr.c 2001/09/04 16:03:24 1.3 *************** *** 23,29 **** extern const struct exception_table_entry __stop___dbe_table[]; - extern void dump_tlb_addr(unsigned long addr); - extern void dump_tlb_all(void); - static inline unsigned long search_one_table(const struct exception_table_entry *first, --- 23,26 ---- *************** *** 70,74 **** !mp->archdata_start) continue; ! ap = (struct archdata *)(mp->archdata_start); if (ap->dbe_table_start == NULL || --- 67,71 ---- !mp->archdata_start) continue; ! ap = (struct archdata *)(mod->archdata_start); if (ap->dbe_table_start == NULL || |