Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17545
b: refs/heads/master
c: bf20830
h: refs/heads/master
i:
  17543: 942f120
v: v3
  • Loading branch information
akpm@osdl.org authored and Linus Torvalds committed Jan 10, 2006
1 parent 3442f3a commit 45cc1b4
Show file tree
Hide file tree
Showing 3 changed files with 11 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: f05b690248bc928b85cc19ea85a5c6268bb3acaf
refs/heads/master: bf2083050d7879390ddedbd64e431cf167854a34
6 changes: 6 additions & 0 deletions trunk/include/asm-powerpc/kexec.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ extern void default_machine_crash_shutdown(struct pt_regs *regs);

#endif /* !CONFIG_KEXEC */

/*
* Provide a dummy definition to avoid build failures. Will remain
* empty till crash dump support is enabled.
*/
static inline void crash_setup_regs(struct pt_regs *newregs,
struct pt_regs *oldregs) { }
#endif /* ! __ASSEMBLY__ */
#endif /* __KERNEL__ */
#endif /* _ASM_POWERPC_KEXEC_H */
4 changes: 4 additions & 0 deletions trunk/include/asm-s390/kexec.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,8 @@

#define MAX_NOTE_BYTES 1024

/* Provide a dummy definition to avoid build failures. */
static inline void crash_setup_regs(struct pt_regs *newregs,
struct pt_regs *oldregs) { }

#endif /*_S390_KEXEC_H */

0 comments on commit 45cc1b4

Please sign in to comment.