diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-10-14 03:40:16 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2013-10-30 01:02:18 -0400 |
commit | 07fb41a7525539d7ad37c25f2a2689fd95a6ab68 (patch) | |
tree | dbb45be0cfb873f80efe58fe02943ad64d938277 | |
parent | bbe30b3b576b4ba96641a7c244071282618b2cbb (diff) |
powerpc/kexec: kexec_sequence() is in misc_64.S
Correct reference to the location of the kexec_sequence() assembly helper.
There never was a kexec_stub.S in mainline.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
-rw-r--r-- | arch/powerpc/kernel/machine_kexec_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/machine_kexec_64.c b/arch/powerpc/kernel/machine_kexec_64.c index 611acdf30096..be4e6d648f60 100644 --- a/arch/powerpc/kernel/machine_kexec_64.c +++ b/arch/powerpc/kernel/machine_kexec_64.c | |||
@@ -312,7 +312,7 @@ static union thread_union kexec_stack __init_task_data = | |||
312 | */ | 312 | */ |
313 | struct paca_struct kexec_paca; | 313 | struct paca_struct kexec_paca; |
314 | 314 | ||
315 | /* Our assembly helper, in kexec_stub.S */ | 315 | /* Our assembly helper, in misc_64.S */ |
316 | extern void kexec_sequence(void *newstack, unsigned long start, | 316 | extern void kexec_sequence(void *newstack, unsigned long start, |
317 | void *image, void *control, | 317 | void *image, void *control, |
318 | void (*clear_all)(void)) __noreturn; | 318 | void (*clear_all)(void)) __noreturn; |