Commit 35767312 authored by Michael Ellerman's avatar Michael Ellerman
Browse files

Revert "powerpc: add `cur_cpu_spec` symbol to vmcoreinfo"



This reverts commit 7135b921.

I applied this commit prematurely while there was still discussion
ongoing. Revert it so the final patch can be applied cleanly.

Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 90d862f3
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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);