Revert "powerpc: add `cur_cpu_spec` symbol to vmcoreinfo"
authorMichael Ellerman <mpe@ellerman.id.au>
Mon, 23 Oct 2023 09:37:06 +0000 (20:37 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 25 Oct 2023 05:03:49 +0000 (16:03 +1100)
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>
arch/powerpc/kexec/core.c

index 369b8334a4f02933a5b7aba4e512d1f83e8ebaf7..de64c7962991214b285626a4cb79b96643c10f56 100644 (file)
@@ -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);