Skip to content

Commit 6d15d10

Browse files
Marc Gauthierczankel
authored andcommitted
[XTENSA] Add missing RELOCATE_ENTRY for debug vector
We also need to relocate the debug vector if in RAM. Signed-off-by: Marc Gauthier <[email protected]>
1 parent de6b034 commit 6d15d10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/xtensa/kernel/vmlinux.lds.S

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ SECTIONS
163163
.DoubleExceptionVector.literal);
164164
RELOCATE_ENTRY(_DoubleExceptionVector_text,
165165
.DoubleExceptionVector.text);
166+
RELOCATE_ENTRY(_DebugInterruptVector_text,
167+
.DebugInterruptVector.text);
166168

167169
__boot_reloc_table_end = ABSOLUTE(.) ;
168170
}

0 commit comments

Comments
 (0)