Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232050
b: refs/heads/master
c: 619b267
h: refs/heads/master
v: v3
  • Loading branch information
Anton Blanchard authored and Benjamin Herrenschmidt committed Jan 21, 2011
1 parent 452704e commit 7a80125
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 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: 50266a1f8a6618f2e477635cfcf457b5da8d5a68
refs/heads/master: 619b267724e8cc41072d650ae28114851dd8bf56
3 changes: 0 additions & 3 deletions trunk/arch/powerpc/include/asm/machdep.h
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,6 @@ struct machdep_calls {
*/
int (*machine_kexec_prepare)(struct kimage *image);

/* Called to handle any machine specific cleanup on image */
void (*machine_kexec_cleanup)(struct kimage *image);

/* Called to perform the _real_ kexec.
* Do NOT allocate memory or fail here. We are past the point of
* no return.
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/powerpc/kernel/machine_kexec.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ int machine_kexec_prepare(struct kimage *image)

void machine_kexec_cleanup(struct kimage *image)
{
if (ppc_md.machine_kexec_cleanup)
ppc_md.machine_kexec_cleanup(image);
}

void arch_crash_save_vmcoreinfo(void)
Expand Down

0 comments on commit 7a80125

Please sign in to comment.