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>
|
||||
|
||||
PR 1768/bsps
|
||||
|
||||
@@ -32,8 +32,9 @@
|
||||
#define EBP_OFF 12 /* code restoring ebp/esp relies on */
|
||||
#define ESP_OFF 16 /* esp being on top of ebp! */
|
||||
#ifdef __SSE__
|
||||
#define FRM_SIZ (20+512)
|
||||
#define SSE_OFF 20
|
||||
/* need to be on 16 byte boundary for SSE */
|
||||
#define FRM_SIZ (20+12+512)
|
||||
#define SSE_OFF 32
|
||||
#else
|
||||
#define FRM_SIZ 20
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user