FYI: I made the same changes here independently to get it compiling ...
Dave.
>
> Regards,
> Richard
>
> diff -rubN 2.3.9-old/arch/mips/Makefile linux/arch/mips/Makefile
> --- 2.3.9-old/arch/mips/Makefile Wed Sep 8 11:47:24 1999
> +++ linux/arch/mips/Makefile Wed Sep 8 10:49:10 1999
> @@ -37,7 +37,7 @@
> # crossformat linking we rely on the elf2ecoff tool for format conversion.
> #
> CFLAGS += -G 0 -mno-abicalls -fno-pic
> -LINKFLAGS += -static -G 0 #-N
> +LINKFLAGS += -static -G 0 -N
> MODFLAGS += -mlong-calls
>
> ifdef CONFIG_REMOTE_DEBUG
> diff -rubN 2.3.9-old/arch/mips/kernel/setup.c linux/arch/mips/kernel/setup.c
> --- 2.3.9-old/arch/mips/kernel/setup.c Wed Sep 8 13:49:32 1999
> +++ linux/arch/mips/kernel/setup.c Wed Sep 8 10:49:17 1999
> @@ -76,7 +76,7 @@
> * information is being use to continue the screen output just below
> * the BIOS printed text and with the same text resolution.
> */
> -struct screen_info screen_info /*= DEFAULT_SCREEN_INFO*/;
> +struct screen_info screen_info = DEFAULT_SCREEN_INFO;
>
> #ifdef CONFIG_BLK_DEV_FD
> extern struct fd_ops no_fd_ops;
>
>
------------ David Airlie, David.Airlie@ul.ie,airlied@skynet --------
Telecommunications Research Centre, ECE Dept, University of Limerick \
http://www.csn.ul.ie/~airlied -- Telecommunications Researcher \
--- TEL: +353-61-202695 -----------------------------------------------
|