diff options
Diffstat (limited to 'kernel/panic.c')
-rw-r--r-- | kernel/panic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/panic.c b/kernel/panic.c index 66f43d33cd80..74ba5f3e46c7 100644 --- a/kernel/panic.c +++ b/kernel/panic.c | |||
@@ -83,7 +83,7 @@ NORET_TYPE void panic(const char * fmt, ...) | |||
83 | * everything else. | 83 | * everything else. |
84 | * Do we want to call this before we try to display a message? | 84 | * Do we want to call this before we try to display a message? |
85 | */ | 85 | */ |
86 | crash_kexec(); | 86 | crash_kexec(NULL); |
87 | 87 | ||
88 | #ifdef CONFIG_SMP | 88 | #ifdef CONFIG_SMP |
89 | /* | 89 | /* |