summaryrefslogtreecommitdiff
path: root/arch/powerpc/kexec
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2023-10-23 12:37:06 +0300
committerMichael Ellerman <mpe@ellerman.id.au>2023-10-25 08:03:49 +0300
commit357673120af6bd2939b9c99dec58962fff65a110 (patch)
tree525a2b2e0faec208b6f06b21a69b5918896c0629 /arch/powerpc/kexec
parent90d862f370b6e9de1b5d607843c5a2f9823990f3 (diff)
downloadlinux-357673120af6bd2939b9c99dec58962fff65a110.tar.xz
Revert "powerpc: add `cur_cpu_spec` symbol to vmcoreinfo"
This reverts commit 7135b921b32966d7602ede396b7286d372aee63f. I applied this commit prematurely while there was still discussion ongoing. Revert it so the final patch can be applied cleanly. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/kexec')
-rw-r--r--arch/powerpc/kexec/core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/kexec/core.c b/arch/powerpc/kexec/core.c
index 369b8334a4f0..de64c7962991 100644
--- a/arch/powerpc/kexec/core.c
+++ b/arch/powerpc/kexec/core.c
@@ -63,8 +63,6 @@ void arch_crash_save_vmcoreinfo(void)
#ifndef CONFIG_NUMA
VMCOREINFO_SYMBOL(contig_page_data);
#endif
- VMCOREINFO_SYMBOL(cur_cpu_spec);
- VMCOREINFO_OFFSET(cpu_spec, mmu_features);
#if defined(CONFIG_PPC64) && defined(CONFIG_SPARSEMEM_VMEMMAP)
VMCOREINFO_SYMBOL(vmemmap_list);
VMCOREINFO_SYMBOL(mmu_vmemmap_psize);