projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d523e1a
)
sh: Ensure that X2 TLB settings are reflected in vmcore.
author
Paul Mundt
<lethal@linux-sh.org>
Fri, 7 May 2010 08:14:00 +0000
(17:14 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Fri, 7 May 2010 08:14:00 +0000
(17:14 +0900)
This rolls in the X2TLB config settings for vmcore.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/machine_kexec.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/kernel/machine_kexec.c
b/arch/sh/kernel/machine_kexec.c
index 7672141c841bfad756aa2457b7d3320577191eae..0e90c7f9564f9c568cf4962d2942e6f292156935 100644
(file)
--- a/
arch/sh/kernel/machine_kexec.c
+++ b/
arch/sh/kernel/machine_kexec.c
@@
-147,4
+147,7
@@
void arch_crash_save_vmcoreinfo(void)
VMCOREINFO_SYMBOL(node_data);
VMCOREINFO_LENGTH(node_data, MAX_NUMNODES);
#endif
+#ifdef CONFIG_X2TLB
+ VMCOREINFO_CONFIG(X2TLB);
+#endif
}