X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fmips%2Fdec%2Fboot%2Fdecstation.c;fp=arch%2Fmips%2Fdec%2Fboot%2Fdecstation.c;h=56fd4277555e6064f63c629f4557c32424ec8f4d;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=4db8bacaf22d51398f1f5f4ac414c44c5c0be923;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/arch/mips/dec/boot/decstation.c b/arch/mips/dec/boot/decstation.c index 4db8bacaf..56fd42775 100644 --- a/arch/mips/dec/boot/decstation.c +++ b/arch/mips/dec/boot/decstation.c @@ -1,7 +1,6 @@ /* * arch/mips/dec/decstation.c */ -#include #define RELOC #define INITRD @@ -25,7 +24,7 @@ #define INITRD_START (*(unsigned long *) (PARAM+0x218)) #define INITRD_SIZE (*(unsigned long *) (PARAM+0x21c)) -extern int _ftext; /* begin and end of kernel image */ +extern int _ftext, _end; /* begin and end of kernel image */ extern void kernel_entry(int, char **, unsigned long, int *); void * memcpy(void * dest, const void *src, unsigned int count)