projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6af4ab5
)
xtensa: fix section name for start_info
author
Max Filippov
<jcmvbkbc@gmail.com>
Sat, 28 Sep 2019 00:21:25 +0000
(17:21 -0700)
committer
Max Filippov
<jcmvbkbc@gmail.com>
Mon, 21 Oct 2019 06:48:29 +0000
(23:48 -0700)
.data.init.refok has been removed from the kernel long ago, replaced
with __REFDATA. Fix start_info definition.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
arch/xtensa/kernel/head.S
patch
|
blob
|
history
diff --git
a/arch/xtensa/kernel/head.S
b/arch/xtensa/kernel/head.S
index 4ae998b5a3480631bf8f0fd1dc24156c9e3d3d06..2cec13a457d7f6bf97501b5603ab9ff48cf043c6 100644
(file)
--- a/
arch/xtensa/kernel/head.S
+++ b/
arch/xtensa/kernel/head.S
@@
-355,10
+355,10
@@
ENDPROC(cpu_restart)
* DATA section
*/
- .section ".data.init.refok"
-
.align 4
+ __REFDATA
+ .align 4
ENTRY(start_info)
-
.long init_thread_union + KERNEL_STACK_SIZE
+ .long init_thread_union + KERNEL_STACK_SIZE
/*
* BSS section