forked from Imagelibrary/rtems
2011-04-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/irq/irq_asm.S: Rename rtems_smp_maximum_processors to rtems_configuration_smp_maximum_processors since it is defined in confdefs.h.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2011-04-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* shared/irq/irq_asm.S: Rename rtems_smp_maximum_processors to
|
||||||
|
rtems_configuration_smp_maximum_processors since it is defined in
|
||||||
|
confdefs.h.
|
||||||
|
|
||||||
2011-04-04 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
2011-04-04 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||||
|
|
||||||
PR 1768/bsps
|
PR 1768/bsps
|
||||||
|
|||||||
@@ -32,8 +32,9 @@
|
|||||||
#define EBP_OFF 12 /* code restoring ebp/esp relies on */
|
#define EBP_OFF 12 /* code restoring ebp/esp relies on */
|
||||||
#define ESP_OFF 16 /* esp being on top of ebp! */
|
#define ESP_OFF 16 /* esp being on top of ebp! */
|
||||||
#ifdef __SSE__
|
#ifdef __SSE__
|
||||||
#define FRM_SIZ (20+512)
|
/* need to be on 16 byte boundary for SSE */
|
||||||
#define SSE_OFF 20
|
#define FRM_SIZ (20+12+512)
|
||||||
|
#define SSE_OFF 32
|
||||||
#else
|
#else
|
||||||
#define FRM_SIZ 20
|
#define FRM_SIZ 20
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user