-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When the kernel is working well and we want to restart cleanly kernel_restart is the function to use. But in many instances the kernel wants to reboot when thing are expected to be working very badly such as from panic or a software watchdog handler. This patch adds the function emergency_restart() so that callers can be clear what semantics they expect when calling restart. emergency_restart() is expected to be callable from interrupt context and possibly reliable in even more trying circumstances. This is an initial generic implementation for all architectures. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
- Loading branch information
Eric W. Biederman
authored and
Linus Torvalds
committed
Jul 26, 2005
1 parent
abcd9e5
commit 7c90347
Showing
27 changed files
with
166 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#ifndef _ASM_EMERGENCY_RESTART_H | ||
#define _ASM_EMERGENCY_RESTART_H | ||
|
||
#include <asm-generic/emergency-restart.h> | ||
|
||
#endif /* _ASM_EMERGENCY_RESTART_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#ifndef _ASM_EMERGENCY_RESTART_H | ||
#define _ASM_EMERGENCY_RESTART_H | ||
|
||
#include <asm-generic/emergency-restart.h> | ||
|
||
#endif /* _ASM_EMERGENCY_RESTART_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#ifndef _ASM_EMERGENCY_RESTART_H | ||
#define _ASM_EMERGENCY_RESTART_H | ||
|
||
#include <asm-generic/emergency-restart.h> | ||
|
||
#endif /* _ASM_EMERGENCY_RESTART_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#ifndef _ASM_EMERGENCY_RESTART_H | ||
#define _ASM_EMERGENCY_RESTART_H | ||
|
||
#include <asm-generic/emergency-restart.h> | ||
|
||
#endif /* _ASM_EMERGENCY_RESTART_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#ifndef _ASM_EMERGENCY_RESTART_H | ||
#define _ASM_EMERGENCY_RESTART_H | ||
|
||
#include <asm-generic/emergency-restart.h> | ||
|
||
#endif /* _ASM_EMERGENCY_RESTART_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#ifndef _ASM_GENERIC_EMERGENCY_RESTART_H | ||
#define _ASM_GENERIC_EMERGENCY_RESTART_H | ||
|
||
static inline void machine_emergency_restart(void) | ||
{ | ||
machine_restart(NULL); | ||
} | ||
|
||
#endif /* _ASM_GENERIC_EMERGENCY_RESTART_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#ifndef _ASM_EMERGENCY_RESTART_H | ||
#define _ASM_EMERGENCY_RESTART_H | ||
|
||
#include <asm-generic/emergency-restart.h> | ||
|
||
#endif /* _ASM_EMERGENCY_RESTART_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#ifndef _ASM_EMERGENCY_RESTART_H | ||
#define _ASM_EMERGENCY_RESTART_H | ||
|
||
#include <asm-generic/emergency-restart.h> | ||
|
||
#endif /* _ASM_EMERGENCY_RESTART_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#ifndef _ASM_EMERGENCY_RESTART_H | ||
#define _ASM_EMERGENCY_RESTART_H | ||
|
||
#include <asm-generic/emergency-restart.h> | ||
|
||
#endif /* _ASM_EMERGENCY_RESTART_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#ifndef _ASM_EMERGENCY_RESTART_H | ||
#define _ASM_EMERGENCY_RESTART_H | ||
|
||
#include <asm-generic/emergency-restart.h> | ||
|
||
#endif /* _ASM_EMERGENCY_RESTART_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#ifndef _ASM_EMERGENCY_RESTART_H | ||
#define _ASM_EMERGENCY_RESTART_H | ||
|
||
#include <asm-generic/emergency-restart.h> | ||
|
||
#endif /* _ASM_EMERGENCY_RESTART_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#ifndef _ASM_EMERGENCY_RESTART_H | ||
#define _ASM_EMERGENCY_RESTART_H | ||
|
||
#include <asm-generic/emergency-restart.h> | ||
|
||
#endif /* _ASM_EMERGENCY_RESTART_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#ifndef _ASM_EMERGENCY_RESTART_H | ||
#define _ASM_EMERGENCY_RESTART_H | ||
|
||
#include <asm-generic/emergency-restart.h> | ||
|
||
#endif /* _ASM_EMERGENCY_RESTART_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#ifndef _ASM_EMERGENCY_RESTART_H | ||
#define _ASM_EMERGENCY_RESTART_H | ||
|
||
#include <asm-generic/emergency-restart.h> | ||
|
||
#endif /* _ASM_EMERGENCY_RESTART_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#ifndef _ASM_EMERGENCY_RESTART_H | ||
#define _ASM_EMERGENCY_RESTART_H | ||
|
||
#include <asm-generic/emergency-restart.h> | ||
|
||
#endif /* _ASM_EMERGENCY_RESTART_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#ifndef _ASM_EMERGENCY_RESTART_H | ||
#define _ASM_EMERGENCY_RESTART_H | ||
|
||
#include <asm-generic/emergency-restart.h> | ||
|
||
#endif /* _ASM_EMERGENCY_RESTART_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#ifndef _ASM_EMERGENCY_RESTART_H | ||
#define _ASM_EMERGENCY_RESTART_H | ||
|
||
#include <asm-generic/emergency-restart.h> | ||
|
||
#endif /* _ASM_EMERGENCY_RESTART_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#ifndef _ASM_EMERGENCY_RESTART_H | ||
#define _ASM_EMERGENCY_RESTART_H | ||
|
||
#include <asm-generic/emergency-restart.h> | ||
|
||
#endif /* _ASM_EMERGENCY_RESTART_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#ifndef _ASM_EMERGENCY_RESTART_H | ||
#define _ASM_EMERGENCY_RESTART_H | ||
|
||
#include <asm-generic/emergency-restart.h> | ||
|
||
#endif /* _ASM_EMERGENCY_RESTART_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#ifndef _ASM_EMERGENCY_RESTART_H | ||
#define _ASM_EMERGENCY_RESTART_H | ||
|
||
#include <asm-generic/emergency-restart.h> | ||
|
||
#endif /* _ASM_EMERGENCY_RESTART_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#ifndef _ASM_EMERGENCY_RESTART_H | ||
#define _ASM_EMERGENCY_RESTART_H | ||
|
||
#include <asm-generic/emergency-restart.h> | ||
|
||
#endif /* _ASM_EMERGENCY_RESTART_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#ifndef _ASM_EMERGENCY_RESTART_H | ||
#define _ASM_EMERGENCY_RESTART_H | ||
|
||
#include <asm-generic/emergency-restart.h> | ||
|
||
#endif /* _ASM_EMERGENCY_RESTART_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#ifndef _ASM_EMERGENCY_RESTART_H | ||
#define _ASM_EMERGENCY_RESTART_H | ||
|
||
#include <asm-generic/emergency-restart.h> | ||
|
||
#endif /* _ASM_EMERGENCY_RESTART_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#ifndef _ASM_EMERGENCY_RESTART_H | ||
#define _ASM_EMERGENCY_RESTART_H | ||
|
||
#include <asm-generic/emergency-restart.h> | ||
|
||
#endif /* _ASM_EMERGENCY_RESTART_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#ifndef _ASM_EMERGENCY_RESTART_H | ||
#define _ASM_EMERGENCY_RESTART_H | ||
|
||
#include <asm-generic/emergency-restart.h> | ||
|
||
#endif /* _ASM_EMERGENCY_RESTART_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters