diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 09:26:05 (GMT) |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 09:26:05 (GMT) |
commit | 9d549a7d8ef71f684a35cf1e438543957cf81d12 (patch) | |
tree | 0090b908ba5fe448c082b2e2da51d7136cb04e29 /arch/sh/kernel/machine_kexec.c | |
parent | 05ae91585167410dadd1bc8f2e207a062e638a16 (diff) | |
download | linux-9d549a7d8ef71f684a35cf1e438543957cf81d12.tar.xz |
sh: Update kexec support for API changes.
This was falling a bit behind..
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/machine_kexec.c')
-rw-r--r-- | arch/sh/kernel/machine_kexec.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/sh/kernel/machine_kexec.c b/arch/sh/kernel/machine_kexec.c index 6bcd8d9..08587cd 100644 --- a/arch/sh/kernel/machine_kexec.c +++ b/arch/sh/kernel/machine_kexec.c @@ -29,12 +29,6 @@ extern const unsigned char relocate_new_kernel[]; extern const unsigned int relocate_new_kernel_size; extern void *gdb_vbr_vector; -/* - * Provide a dummy crash_notes definition while crash dump arrives to ppc. - * This prevents breakage of crash_notes attribute in kernel/ksysfs.c. - */ -void *crash_notes = NULL; - void machine_shutdown(void) { } |