From: James S. <jsi...@us...> - 2001-09-04 16:03:41
|
Update of /cvsroot/linux-mips/linux/arch/mips64/sgi-ip22 In directory usw-pr-cvs1:/tmp/cvs-serv9828 Modified Files: ip22-setup.c Log Message: Syncing. Index: ip22-setup.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips64/sgi-ip22/ip22-setup.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ip22-setup.c 2001/09/04 11:25:24 1.3 --- ip22-setup.c 2001/09/04 16:03:38 1.4 *************** *** 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)) --- 37,40 ---- |