commit | aa424bbb8cf5f7f3c6a70065bcb28a6e6af7897d | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri May 07 17:14:00 2010 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri May 07 17:14:00 2010 +0900 |
tree | 7c611839027c2385b3c6d59c9008fc9d0d2801e9 | |
parent | d523e1ae6addd4f18a609da39f23719eaecfedf0 [diff] |
sh: Ensure that X2 TLB settings are reflected in vmcore. This rolls in the X2TLB config settings for vmcore. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/kernel/machine_kexec.c b/arch/sh/kernel/machine_kexec.c index 7672141..0e90c7f 100644 --- a/arch/sh/kernel/machine_kexec.c +++ b/arch/sh/kernel/machine_kexec.c
@@ -147,4 +147,7 @@ VMCOREINFO_SYMBOL(node_data); VMCOREINFO_LENGTH(node_data, MAX_NUMNODES); #endif +#ifdef CONFIG_X2TLB + VMCOREINFO_CONFIG(X2TLB); +#endif }