forked from Imagelibrary/rtems
2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/irq/irq_asm.S: Rename rtems_per_cpu_info.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* shared/irq/irq_asm.S: Rename rtems_per_cpu_info.
|
||||
|
||||
2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
PR 1573/cpukit
|
||||
|
||||
@@ -141,7 +141,7 @@ ISR_STOP:
|
||||
.check_stack_switch:
|
||||
movl esp, ebp /* ebp = previous stack pointer */
|
||||
|
||||
movl $SYM(rtems_per_cpu_info), ebx
|
||||
movl $SYM(_Per_CPU_Information), ebx
|
||||
|
||||
/* is this the outermost interrupt? */
|
||||
cmpl $0, PER_CPU_ISR_NEST_LEVEL(ebx)
|
||||
|
||||
Reference in New Issue
Block a user