Changeset 3bc1585c in rtems for c/src


Ignore:
Timestamp:
04/11/11 17:16:50 (13 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
4847716d
Parents:
2bda489e
Message:

2011-04-11 Joel Sherrill <joel.sherrill@…>

  • shared/irq/irq_asm.S: Rename rtems_smp_maximum_processors to rtems_configuration_smp_maximum_processors since it is defined in confdefs.h.
Location:
c/src/lib/libbsp/i386
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/i386/ChangeLog

    r2bda489e r3bc1585c  
     12011-04-11      Joel Sherrill <joel.sherrill@oarcorp.com>
     2
     3        * shared/irq/irq_asm.S: Rename rtems_smp_maximum_processors to
     4        rtems_configuration_smp_maximum_processors since it is defined in
     5        confdefs.h.
     6
    172011-04-04      Joel Sherrill <joel.sherrilL@OARcorp.com>
    28
  • c/src/lib/libbsp/i386/shared/irq/irq_asm.S

    r2bda489e r3bc1585c  
    3333#define ESP_OFF 16       /* esp being on top of ebp!         */
    3434#ifdef __SSE__
    35 #define FRM_SIZ (20+512)
    36 #define SSE_OFF 20
     35/* need to be on 16 byte boundary for SSE */
     36#define FRM_SIZ (20+12+512)
     37#define SSE_OFF 32
    3738#else
    3839#define FRM_SIZ 20
Note: See TracChangeset for help on using the changeset viewer.