repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/panel: samsung-s6e88a0-ams452ef01: transition to mipi_dsi wrapped functions
[drm/drm-misc.git]
/
arch
/
arm
/
kernel
/
vmcore_info.c
blob
1437aba47787fd4271a1b3d4765f4d211350bf8e
1
// SPDX-License-Identifier: GPL-2.0-only
2
3
#include <linux/vmcore_info.h>
4
5
void
arch_crash_save_vmcoreinfo
(
void
)
6
{
7
#ifdef CONFIG_ARM_LPAE
8
VMCOREINFO_CONFIG
(
ARM_LPAE
);
9
#endif
10
}