Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201420
b: refs/heads/master
c: 8594a0c
h: refs/heads/master
v: v3
  • Loading branch information
Mika Westerberg authored and Russell King committed Jul 9, 2010
1 parent a57f0a4 commit 01a7b35
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c63836204b27faec5a22d4b53692690cb967aaac
refs/heads/master: 8594a0c333dd79c45c3a24cac8029177728363e0
6 changes: 6 additions & 0 deletions trunk/arch/arm/kernel/relocate_kernel.S
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ relocate_new_kernel:
ldr r0,kexec_indirection_page
ldr r1,kexec_start_address

/*
* If there is no indirection page (we are doing crashdumps)
* skip any relocation.
*/
cmp r0, #0
beq 2f

0: /* top, read another word for the indirection page */
ldr r3, [r0],#4
Expand Down

0 comments on commit 01a7b35

Please sign in to comment.