Skip to content

Commit d919be0

Browse files
committed
ivt: move undef_stack into .data section
Signed-off-by: Levente Kurusa <levex@linux.com>
1 parent 9ea8b9f commit d919be0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

arch/ivt.S

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ fault_irq_str: .asciz "IRQ fault happened\n"
1717
.balign 16
1818
fault_fiq_str: .asciz "FIQ fault happened\n"
1919

20-
.section ".text"
21-
2220
.balign 4
2321
undef_stack: .skip 4 * 32
2422

23+
.section ".text"
24+
25+
2526
.balign 16
2627
fault_reset:
2728
ldr r0, =fault_reset_str

0 commit comments

Comments
 (0)