--- a/arch/mips/kernel/head.S +++ b/arch/mips/kernel/head.S @@ -121,6 +121,8 @@ #endif .endm + j kernel_entry + nop #ifndef CONFIG_NO_EXCEPT_FILL /* * Reserved space for exception handlers. ' href='http://git.panaceas.org/cgit/openwrt/upstream/atom/target/linux/brcm47xx/patches-2.6.36/400-arch-bcm47xx.patch?h=v19.07.3' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-2.6.36/400-arch-bcm47xx.patch
blob: 981bf29f50f044e8f65103acaadcb6af7a57728e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56