projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28be574
)
s390: fix typo in linker script
author
Heiko Carstens
<hca@linux.ibm.com>
Tue, 24 Aug 2021 12:15:50 +0000
(14:15 +0200)
committer
Heiko Carstens
<hca@linux.ibm.com>
Wed, 25 Aug 2021 09:03:34 +0000
(11:03 +0200)
Rename amod31 to amode31 like it was supposed to be.
Fixes:
c78d0c7484f0
("s390: rename dma section to amode31")
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/kernel/vmlinux.lds.S
patch
|
blob
|
blame
|
history
diff --git
a/arch/s390/kernel/vmlinux.lds.S
b/arch/s390/kernel/vmlinux.lds.S
index 1d5394bf8c2e283fe3be47e8e9716e09b572976c..63bdb9e1bfc1343234bf71398ddc27e5f0de4e8b 100644
(file)
--- a/
arch/s390/kernel/vmlinux.lds.S
+++ b/
arch/s390/kernel/vmlinux.lds.S
@@
-74,7
+74,7
@@
SECTIONS
BOOT_DATA_PRESERVED
. = ALIGN(8);
- .amod31.refs : {
+ .amod
e
31.refs : {
_start_amode31_refs = .;
*(.amode31.refs)
_end_amode31_refs = .;