[Bug 1681] New: sparc64 still using _CPU_Interrupt_stack_high in asm

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Wed Aug 18 19:28:09 UTC 2010


https://www.rtems.org/bugzilla/show_bug.cgi?id=1681

           Summary: sparc64 still using _CPU_Interrupt_stack_high in asm
           Product: RTEMS
           Version: HEAD
          Platform: All
        OS/Version: RTEMS
            Status: NEW
          Severity: normal
          Priority: P3
         Component: libcpu
        AssignedTo: joel.sherrill at oarcorp.com
        ReportedBy: giddyup44 at yahoo.com


Created an attachment (id=1023)
 --> (https://www.rtems.org/bugzilla/attachment.cgi?id=1023)
Patch.

With the percpu patch, ASM uses INTERRUPT_STACK_HIGH instead of
_CPU_Interrupt_stack_high.  The sparc64 was still using the old variable, which
was declared in its cpu.h file.

I've attached a patch to comment out the declaration and switch to using
INTERRUPT_STACK_HIGH.  Since percpu is still an open PR, I'm also going to link
this PR to it.

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the bugs mailing list