From: James S. <jsi...@us...> - 2001-10-26 16:58:32
|
Update of /cvsroot/linux-mips/linux/arch/mips/kernel In directory usw-pr-cvs1:/tmp/cvs-serv24596 Modified Files: setup.c Log Message: Made initrd_header and tmp conditional compiles. Makes for less warnings. Index: setup.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/kernel/setup.c,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- setup.c 2001/10/24 23:32:54 1.23 +++ setup.c 2001/10/26 16:58:29 1.24 @@ -602,9 +602,10 @@ unsigned long bootmap_size; unsigned long start_pfn, max_pfn, first_usable_pfn; +#ifdef CONFIG_BLK_DEV_INITRD + unsigned long *initrd_header; unsigned long tmp; - unsigned long* initrd_header; - +#endif int i; #ifdef CONFIG_BLK_DEV_FD |