Changeset 0c94a46 in rtems for c/src/lib/libbsp/sparc/leon2

Timestamp:
01/09/15 08:03:59 (9 years ago)
Author:
Daniel Cederman <cederman@…>
Branches:
4.11, 5, master
Children:
8d8573ac
Parents:
1c7ee73
git-author:
Daniel Cederman <cederman@…> (01/09/15 08:03:59)
git-committer:
Daniel Hellstrom <daniel@…> (02/11/15 14:35:23)
Message:

bsp/sparc: Move BSP_ISR_handler to a separate file and rename it

This allows it to be wrapped by another function at link-time
and can be used to trace interrupts. If not placed in a separate
file, the function pointer address used in BSP_shared_interrupt_init
will be resolved at compile-time, and the function will not be wrappable.

(No files)

Note: See TracChangeset for help on using the changeset viewer.