repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
iwlwifi: mvm: fix version check for GEO_TX_POWER_LIMIT support
[linux/fpc-iii.git]
/
arch
/
s390
/
boot
/
compressed
/
vmlinux.scr.lds.S
blob
ff01d18c922205d08e9f7afed0b0a66401b431f6
1
/* SPDX-License-Identifier: GPL-2.0 */
2
SECTIONS
3
{
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
}
15
}