diff options
Diffstat (limited to 'arch/riscv/cpu/k1/cpu.c')
-rw-r--r-- | arch/riscv/cpu/k1/cpu.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/riscv/cpu/k1/cpu.c b/arch/riscv/cpu/k1/cpu.c new file mode 100644 index 00000000000..41a4a1b95e6 --- /dev/null +++ b/arch/riscv/cpu/k1/cpu.c @@ -0,0 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/* + * Copyright (c) 2024, Kongyang Liu <seashell11234455@gmail.com> + */ + +int cleanup_before_linux(void) +{ + return 0; +} |