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:
Joel Sherrill
2011-04-11 17:16:50 +00:00
parent 2bda489ed9
commit 3bc1585cdc
2 changed files with 9 additions and 2 deletions

View File

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

View File

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