hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/arch/mips/boot/compressed/decompress.c
....@@ -1,14 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Copyright 2001 MontaVista Software Inc.
34 * Author: Matt Porter <mporter@mvista.com>
45 *
56 * Copyright (C) 2009 Lemote, Inc.
67 * Author: Wu Zhangjin <wuzhangjin@gmail.com>
7
- *
8
- * This program is free software; you can redistribute it and/or modify it
9
- * under the terms of the GNU General Public License as published by the
10
- * Free Software Foundation; either version 2 of the License, or (at your
11
- * option) any later version.
128 */
139
1410 #define DISABLE_BRANCH_PROFILING
....@@ -79,6 +75,10 @@
7975 #include "../../../../lib/decompress_unxz.c"
8076 #endif
8177
78
+#ifdef CONFIG_KERNEL_ZSTD
79
+#include "../../../../lib/decompress_unzstd.c"
80
+#endif
81
+
8282 const unsigned long __stack_chk_guard = 0x000a0dff;
8383
8484 void __stack_chk_fail(void)