diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-05-07 04:14:00 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-05-07 04:14:00 -0400 |
commit | aa424bbb8cf5f7f3c6a70065bcb28a6e6af7897d (patch) | |
tree | 7c611839027c2385b3c6d59c9008fc9d0d2801e9 /arch/sh/kernel/machine_kexec.c | |
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>
Diffstat (limited to 'arch/sh/kernel/machine_kexec.c')
-rw-r--r-- | arch/sh/kernel/machine_kexec.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/kernel/machine_kexec.c b/arch/sh/kernel/machine_kexec.c index 7672141c841b..0e90c7f9564f 100644 --- a/arch/sh/kernel/machine_kexec.c +++ b/arch/sh/kernel/machine_kexec.c | |||
@@ -147,4 +147,7 @@ void arch_crash_save_vmcoreinfo(void) | |||
147 | VMCOREINFO_SYMBOL(node_data); | 147 | VMCOREINFO_SYMBOL(node_data); |
148 | VMCOREINFO_LENGTH(node_data, MAX_NUMNODES); | 148 | VMCOREINFO_LENGTH(node_data, MAX_NUMNODES); |
149 | #endif | 149 | #endif |
150 | #ifdef CONFIG_X2TLB | ||
151 | VMCOREINFO_CONFIG(X2TLB); | ||
152 | #endif | ||
150 | } | 153 | } |