forked from Imagelibrary/rtems
2011-11-06 gedare@rtems.org
* shared/score/interrupt.S: Pass ISR correct pointer to interrupt frame
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2011-11-06 gedare@rtems.org
|
||||||
|
|
||||||
|
* shared/score/interrupt.S: Pass ISR correct pointer to interrupt frame
|
||||||
|
|
||||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* shared/cache/cache.c:
|
* shared/cache/cache.c:
|
||||||
|
|||||||
@@ -161,6 +161,7 @@ PUBLIC(_ISR_Handler)
|
|||||||
mov %o1, %g2 ! get the trap #
|
mov %o1, %g2 ! get the trap #
|
||||||
mov %o5, %g7 ! store the interrupted %sp (preserve)
|
mov %o5, %g7 ! store the interrupted %sp (preserve)
|
||||||
mov %sp, %o1 ! 2nd arg to ISR Handler = address of ISF
|
mov %sp, %o1 ! 2nd arg to ISR Handler = address of ISF
|
||||||
|
add %o1, STACK_BIAS, %o1 ! need to adjust for stack bias, 2nd arg = ISF
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Increment ISR nest level and Thread dispatch disable level.
|
* Increment ISR nest level and Thread dispatch disable level.
|
||||||
|
|||||||
Reference in New Issue
Block a user