Skip to content

Commit

Permalink
[XTENSA] Add missing RELOCATE_ENTRY for debug vector
Browse files Browse the repository at this point in the history
We also need to relocate the debug vector if in RAM.

Signed-off-by: Marc Gauthier <marc@tensilica.com>
  • Loading branch information
Marc Gauthier authored and Chris Zankel committed Feb 14, 2008
1 parent de6b034 commit 6d15d10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/xtensa/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ SECTIONS
.DoubleExceptionVector.literal);
RELOCATE_ENTRY(_DoubleExceptionVector_text,
.DoubleExceptionVector.text);
RELOCATE_ENTRY(_DebugInterruptVector_text,
.DebugInterruptVector.text);

__boot_reloc_table_end = ABSOLUTE(.) ;
}
Expand Down

0 comments on commit 6d15d10

Please sign in to comment.