finally move buildroot-ng to trunk
[openwrt/staging/jogo.git] / target / linux / generic-2.6 / patches / 011-mips_boot.patch
1 diff -Nur linux-cvs/arch/mips/kernel/head.S linux-aruba/arch/mips/kernel/head.S
2 --- linux-cvs/arch/mips/kernel/head.S 2004-12-23 00:21:39.000000000 -0800
3 +++ linux-aruba/arch/mips/kernel/head.S 2005-10-20 09:16:08.000000000 -0700
4 @@ -122,6 +122,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.
15