Skip to content

Commit 3576731

Browse files
committed
Revert "powerpc: add cur_cpu_spec symbol to vmcoreinfo"
This reverts commit 7135b92. 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>
1 parent 90d862f commit 3576731

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/powerpc/kexec/core.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ void arch_crash_save_vmcoreinfo(void)
6363
#ifndef CONFIG_NUMA
6464
VMCOREINFO_SYMBOL(contig_page_data);
6565
#endif
66-
VMCOREINFO_SYMBOL(cur_cpu_spec);
67-
VMCOREINFO_OFFSET(cpu_spec, mmu_features);
6866
#if defined(CONFIG_PPC64) && defined(CONFIG_SPARSEMEM_VMEMMAP)
6967
VMCOREINFO_SYMBOL(vmemmap_list);
7068
VMCOREINFO_SYMBOL(mmu_vmemmap_psize);

0 commit comments

Comments
 (0)