Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19398
b: refs/heads/master
c: 39931e4
h: refs/heads/master
v: v3
  • Loading branch information
Albert Herranz authored and Linus Torvalds committed Feb 1, 2006
1 parent a0e87f1 commit 6da2b20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 9ac49d22138348198f729f07371ffb11991368e6
refs/heads/master: 39931e41becd6abeb2014747369d8b6392f5dbac
4 changes: 3 additions & 1 deletion trunk/include/asm-powerpc/kexec.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

#ifdef CONFIG_KEXEC

#ifndef __ASSEMBLY__
#ifdef __powerpc64__
/*
* This function is responsible for capturing register states if coming
Expand Down Expand Up @@ -104,7 +105,6 @@ static inline void crash_setup_regs(struct pt_regs *newregs,
struct pt_regs *oldregs) { }
#endif /* !__powerpc64 __ */

#ifndef __ASSEMBLY__
#define MAX_NOTE_BYTES 1024

#ifdef __powerpc64__
Expand All @@ -121,6 +121,8 @@ extern void default_machine_kexec(struct kimage *image);
extern int default_machine_kexec_prepare(struct kimage *image);
extern void default_machine_crash_shutdown(struct pt_regs *regs);

extern void machine_kexec_simple(struct kimage *image);

#endif /* ! __ASSEMBLY__ */
#endif /* CONFIG_KEXEC */
#endif /* __KERNEL__ */
Expand Down

0 comments on commit 6da2b20

Please sign in to comment.