Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173433
b: refs/heads/master
c: ef01b9a
h: refs/heads/master
i:
  173431: 92adade
v: v3
  • Loading branch information
Magnus Damm authored and Paul Mundt committed Oct 26, 2009
1 parent 286e914 commit 73bbd45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6253195b671b98a4e5da5d39c2df9f8f257bcea1
refs/heads/master: ef01b9a06d28e37d28f6eb19e60dd78eb1f11639
6 changes: 0 additions & 6 deletions trunk/arch/sh/kernel/machine_kexec.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ void machine_crash_shutdown(struct pt_regs *regs)
*/
int machine_kexec_prepare(struct kimage *image)
{
/* older versions of kexec-tools are passing
* the zImage entry point as a virtual address.
*/
if (image->start != __pa(image->start))
return -EINVAL; /* upgrade your kexec-tools */

return 0;
}

Expand Down

0 comments on commit 73bbd45

Please sign in to comment.