Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa424bbb authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Ensure that X2 TLB settings are reflected in vmcore.



This rolls in the X2TLB config settings for vmcore.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent d523e1ae
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -147,4 +147,7 @@ void arch_crash_save_vmcoreinfo(void)
	VMCOREINFO_SYMBOL(node_data);
	VMCOREINFO_SYMBOL(node_data);
	VMCOREINFO_LENGTH(node_data, MAX_NUMNODES);
	VMCOREINFO_LENGTH(node_data, MAX_NUMNODES);
#endif
#endif
#ifdef CONFIG_X2TLB
	VMCOREINFO_CONFIG(X2TLB);
#endif
}
}