drm/rockchip: vop2: Fix the windows switch between different layers
[drm/drm-misc.git] / arch / riscv / kernel / machine_kexec_file.c
blobb0bf8c1722c0ccf2e5fd0f95d7345ef7f15e98ad
1 // SPDX-License-Identifier: GPL-2.0-only
2 /*
3 * kexec_file for riscv, use vmlinux as the dump-capture kernel image.
5 * Copyright (C) 2021 Huawei Technologies Co, Ltd.
7 * Author: Liao Chang (liaochang1@huawei.com)
8 */
9 #include <linux/kexec.h>
11 const struct kexec_file_ops * const kexec_file_loaders[] = {
12 &elf_kexec_ops,
13 NULL