]> Git Repo - linux.git/blob - arch/riscv/kernel/machine_kexec_file.c
scsi: zfcp: Trace when request remove fails after qdio send fails
[linux.git] / arch / riscv / kernel / machine_kexec_file.c
1 // SPDX-License-Identifier: GPL-2.0-only
2 /*
3  * kexec_file for riscv, use vmlinux as the dump-capture kernel image.
4  *
5  * Copyright (C) 2021 Huawei Technologies Co, Ltd.
6  *
7  * Author: Liao Chang ([email protected])
8  */
9 #include <linux/kexec.h>
10
11 const struct kexec_file_ops * const kexec_file_loaders[] = {
12         &elf_kexec_ops,
13         NULL
14 };
This page took 0.030943 seconds and 4 git commands to generate.