mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-11 16:29:05 +00:00
[XTENSA] Add missing RELOCATE_ENTRY for debug vector
We also need to relocate the debug vector if in RAM. Signed-off-by: Marc Gauthier <marc@tensilica.com>
This commit is contained in:
parent
de6b03456e
commit
6d15d10963
@ -163,6 +163,8 @@ SECTIONS
|
||||
.DoubleExceptionVector.literal);
|
||||
RELOCATE_ENTRY(_DoubleExceptionVector_text,
|
||||
.DoubleExceptionVector.text);
|
||||
RELOCATE_ENTRY(_DebugInterruptVector_text,
|
||||
.DebugInterruptVector.text);
|
||||
|
||||
__boot_reloc_table_end = ABSOLUTE(.) ;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user