Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232049
b: refs/heads/master
c: 50266a1
h: refs/heads/master
i:
  232047: f4766ef
v: v3
  • Loading branch information
Anton Blanchard authored and Benjamin Herrenschmidt committed Jan 21, 2011
1 parent daba907 commit 452704e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: b18ae08deac23187e4a22a8c94a1a473be8e8c93
refs/heads/master: 50266a1f8a6618f2e477635cfcf457b5da8d5a68
5 changes: 2 additions & 3 deletions trunk/arch/powerpc/include/asm/machdep.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ struct machdep_calls {
* If for some reason there is no irq, but the interrupt
* shouldn't be counted as spurious, return NO_IRQ_IGNORE. */
unsigned int (*get_irq)(void);
#ifdef CONFIG_KEXEC
void (*kexec_cpu_down)(int crash_shutdown, int secondary);
#endif

/* PCI stuff */
/* Called after scanning the bus, before allocating resources */
Expand Down Expand Up @@ -235,6 +232,8 @@ struct machdep_calls {
void (*machine_shutdown)(void);

#ifdef CONFIG_KEXEC
void (*kexec_cpu_down)(int crash_shutdown, int secondary);

/* Called to do the minimal shutdown needed to run a kexec'd kernel
* to run successfully.
* XXX Should we move this one out of kexec scope?
Expand Down

0 comments on commit 452704e

Please sign in to comment.