| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright 2001 MontaVista Software Inc. |
|---|
| 3 | 4 | * Author: Matt Porter <mporter@mvista.com> |
|---|
| 4 | 5 | * |
|---|
| 5 | 6 | * Copyright (C) 2009 Lemote, Inc. |
|---|
| 6 | 7 | * 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. |
|---|
| 12 | 8 | */ |
|---|
| 13 | 9 | |
|---|
| 14 | 10 | #define DISABLE_BRANCH_PROFILING |
|---|
| .. | .. |
|---|
| 79 | 75 | #include "../../../../lib/decompress_unxz.c" |
|---|
| 80 | 76 | #endif |
|---|
| 81 | 77 | |
|---|
| 78 | +#ifdef CONFIG_KERNEL_ZSTD |
|---|
| 79 | +#include "../../../../lib/decompress_unzstd.c" |
|---|
| 80 | +#endif |
|---|
| 81 | + |
|---|
| 82 | 82 | const unsigned long __stack_chk_guard = 0x000a0dff; |
|---|
| 83 | 83 | |
|---|
| 84 | 84 | void __stack_chk_fail(void) |
|---|