Update of /cvsroot/linux-mips/linux/arch/mips/au1000/pb1000
In directory usw-pr-cvs1:/tmp/cvs-serv14032
Modified Files:
setup.c
Log Message:
Needed to make initrd_start and initrd_end extern.
Index: setup.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/au1000/pb1000/setup.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** setup.c 2001/08/30 21:55:28 1.7
--- setup.c 2001/09/10 18:07:33 1.8
***************
*** 53,57 ****
#ifdef CONFIG_BLK_DEV_INITRD
! unsigned long initrd_start, initrd_end;
extern void * __rd_start, * __rd_end;
#endif
--- 53,57 ----
#ifdef CONFIG_BLK_DEV_INITRD
! extern unsigned long initrd_start, initrd_end;
extern void * __rd_start, * __rd_end;
#endif
|