iwlwifi: mvm: fix version check for GEO_TX_POWER_LIMIT support
[linux/fpc-iii.git] / arch / s390 / boot / compressed / vmlinux.scr.lds.S
blobff01d18c922205d08e9f7afed0b0a66401b431f6
1 /* SPDX-License-Identifier: GPL-2.0 */
2 SECTIONS
4   .rodata.compressed : {
5 #ifndef CONFIG_KERNEL_UNCOMPRESSED
6         input_len = .;
7         LONG(input_data_end - input_data) input_data = .;
8 #endif
9         *(.data)
10 #ifndef CONFIG_KERNEL_UNCOMPRESSED
11         output_len = . - 4;
12         input_data_end = .;
13 #endif
14         }