diff options
author | Eugene Konev <ejka@imfi.kspu.ru> | 2007-10-04 02:26:27 +0000 |
---|---|---|
committer | Eugene Konev <ejka@imfi.kspu.ru> | 2007-10-04 02:26:27 +0000 |
commit | 6efb8c8df8cd8ccef6866e5c1f5e8b008b1c1c3f (patch) | |
tree | 20d5f4376dfa44f938be51450650f55ab31cef3a /target/linux/generic-2.6/patches-2.6.23/011-mips_boot.patch | |
parent | e12359aa29fcb7c3adc97264bcdc48b10c0472ec (diff) | |
download | upstream-6efb8c8df8cd8ccef6866e5c1f5e8b008b1c1c3f.tar.gz upstream-6efb8c8df8cd8ccef6866e5c1f5e8b008b1c1c3f.tar.bz2 upstream-6efb8c8df8cd8ccef6866e5c1f5e8b008b1c1c3f.zip |
add generic 2.6.23 patches and config
SVN-Revision: 9114
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.23/011-mips_boot.patch')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.23/011-mips_boot.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.23/011-mips_boot.patch b/target/linux/generic-2.6/patches-2.6.23/011-mips_boot.patch new file mode 100644 index 0000000000..08c83d5379 --- /dev/null +++ b/target/linux/generic-2.6/patches-2.6.23/011-mips_boot.patch @@ -0,0 +1,13 @@ +Index: linux-2.6.23-rc6/arch/mips/kernel/head.S +=================================================================== +--- linux-2.6.23-rc6.orig/arch/mips/kernel/head.S 2007-09-21 16:23:54.000000000 +0800 ++++ linux-2.6.23-rc6/arch/mips/kernel/head.S 2007-09-21 16:23:58.000000000 +0800 +@@ -130,6 +130,8 @@ + #endif + .endm + ++ j kernel_entry ++ nop + #ifndef CONFIG_NO_EXCEPT_FILL + /* + * Reserved space for exception handlers. |