upgrade wireless-tools and iproute2
[openwrt.git] / package / linux / kernel-patches / 009-arch_mips_kernel_head_S
1 --- linux-mips-cvs/arch/mips/kernel/head.S      2004-11-22 14:38:23.000000000 +0100
2 +++ linux-broadcom/arch/mips/kernel/head.S      2005-01-31 13:13:14.000000000 +0100
3 @@ -28,12 +28,20 @@
4  #include <asm/mipsregs.h>
5  #include <asm/stackframe.h>
6  
7 +#ifdef CONFIG_BCM4710
8 +#undef eret
9 +#define eret nop; nop; eret
10 +#endif
11 +
12                 .text
13 +               j       kernel_entry
14 +               nop
15 +
16                 /*
17                  * Reserved space for exception handlers.
18                  * Necessary for machines which link their kernels at KSEG0.
19                  */
20 -               .fill   0x400
21 +               .fill   0x3f4
22  
23                 /* The following two symbols are used for kernel profiling. */
24                 EXPORT(stext)