update netfilter patches, fix atheros
[openwrt/openwrt.git] / target / linux / generic-2.6 / patches / 011-mips_boot.patch
1 diff -urN linux-2.6.19.old/arch/mips/kernel/head.S linux-2.6.19.dev/arch/mips/kernel/head.S
2 --- linux-2.6.19.old/arch/mips/kernel/head.S 2006-11-29 22:57:37.000000000 +0100
3 +++ linux-2.6.19.dev/arch/mips/kernel/head.S 2006-12-14 03:13:33.000000000 +0100
4 @@ -129,6 +129,10 @@
5 #endif
6 .endm
7
8 +
9 + j kernel_entry
10 + nop
11 +
12 /*
13 * Reserved space for exception handlers.
14 * Necessary for machines which link their kernels at KSEG0.