From: Paul M. <le...@us...> - 2001-09-09 20:17:18
|
Update of /cvsroot/linux-mips/linux/arch/mips64/sgi-ip22 In directory usw-pr-cvs1:/tmp/cvs-serv7496/linux/arch/mips64/sgi-ip22 Modified Files: ip22-berr.c ip22-setup.c Log Message: IP22 build fixes Index: ip22-berr.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips64/sgi-ip22/ip22-berr.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ip22-berr.c 2001/09/06 17:13:41 1.4 --- ip22-berr.c 2001/09/09 20:17:15 1.5 *************** *** 20,23 **** --- 20,26 ---- extern asmlinkage void handle_dbe(void); + extern void dump_tlb_addr(unsigned long addr); + extern void dump_tlb_all(void); + extern const struct exception_table_entry __start___dbe_table[]; extern const struct exception_table_entry __stop___dbe_table[]; Index: ip22-setup.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips64/sgi-ip22/ip22-setup.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ip22-setup.c 2001/09/04 16:03:38 1.4 --- ip22-setup.c 2001/09/09 20:17:15 1.5 *************** *** 37,40 **** --- 37,44 ---- extern void ip22_volume_set(unsigned char); + #if defined(CONFIG_SERIAL_CONSOLE) || defined(CONFIG_ARC_CONSOLE) + extern void console_setup(char *); + #endif + #define sgi_kh ((struct hpc_keyb *) (KSEG1 + 0x1fbd9800 + 64)) |