projects
/
barrelfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
7674e3a
)
ARMv8: Remove kernel stack labels from linker script
author
Reto Achermann
<reto.achermann@inf.ethz.ch>
Thu, 16 Mar 2017 12:20:52 +0000 (13:20 +0100)
committer
Reto Achermann
<reto.achermann@inf.ethz.ch>
Thu, 16 Mar 2017 12:20:52 +0000 (13:20 +0100)
Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>
kernel/arch/armv8/cpu.lds.in
patch
|
blob
|
history
diff --git
a/kernel/arch/armv8/cpu.lds.in
b/kernel/arch/armv8/cpu.lds.in
index
4dc5e0e
..
455405e
100644
(file)
--- a/
kernel/arch/armv8/cpu.lds.in
+++ b/
kernel/arch/armv8/cpu.lds.in
@@
-25,10
+25,6
@@
SECTIONS {
* irrelevant. */
. = 0x0;
- /* The kernel stack location is filled in by the bootloader. */
- HIDDEN(kernel_stack = .);
- HIDDEN(kernel_stack_top = .);
-
HIDDEN(kernel_first_byte = .);
.text : { *(.text); } :load