projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
lua: Fixed some cross-platform issues for PPC (and probably other architectures)
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches-2.6.22
/
011-mips_boot.patch
1
--- a/arch/mips/kernel/head.S
2
+++ b/arch/mips/kernel/head.S
3
@@ -129,11 +129,15 @@
4
#endif
5
.endm
6
7
+
8
+ j kernel_entry
9
+ nop
10
+
11
/*
12
* Reserved space for exception handlers.
13
* Necessary for machines which link their kernels at KSEG0.
14
*/
15
- .fill 0x400
16
+ .align 10
17
18
EXPORT(stext) # used for profiling
19
EXPORT(_stext)
This page took
0.041274 seconds
and
5
git commands to generate.