Update of /cvsroot/linux-mips/linux/arch/mips64/sgi-ip22
In directory usw-pr-cvs1:/tmp/cvs-serv26152/arch/mips64/sgi-ip22
Modified Files:
ip22-berr.c ip22-setup.c
Log Message:
mips64 cleanups. necessary for building a functional image for the i2.
Index: ip22-berr.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips64/sgi-ip22/ip22-berr.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ip22-berr.c 2001/08/21 17:26:53 1.1
--- ip22-berr.c 2001/09/04 11:25:24 1.2
***************
*** 23,26 ****
--- 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,
***************
*** 67,71 ****
!mp->archdata_start)
continue;
! ap = (struct archdata *)(mod->archdata_start);
if (ap->dbe_table_start == NULL ||
--- 70,74 ----
!mp->archdata_start)
continue;
! ap = (struct archdata *)(mp->archdata_start);
if (ap->dbe_table_start == NULL ||
Index: ip22-setup.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips64/sgi-ip22/ip22-setup.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ip22-setup.c 2001/07/09 19:28:47 1.2
--- ip22-setup.c 2001/09/04 11:25:24 1.3
***************
*** 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))
|