2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>

* shared/irq/irq_asm.S: Rename rtems_per_cpu_info.
This commit is contained in:
Joel Sherrill
2010-06-29 17:45:34 +00:00
parent 438983d25c
commit 8980996edd
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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)