* cpukit/sapi/include/confdefs.h: Add missing quote to string to
	remove warning.

	* cpukit/score/cpu/m68k/rtems/score/m68k.h: Add the default
	priority level for large memory Coldfires.
This commit is contained in:
Chris Johns
2008-06-16 23:37:42 +00:00
parent d695dfca82
commit 805cddc0c4
3 changed files with 10 additions and 1 deletions
+8
View File
@@ -1,3 +1,11 @@
2008-06-17 Chris Johns <chrisj@rtems.org>
* cpukit/sapi/include/confdefs.h: Add missing quote to string to
remove warning.
* cpukit/score/cpu/m68k/rtems/score/m68k.h: Add the default
priority level for large memory Coldfires.
2008-06-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/include/rtems/rtems/config.h,
+1 -1
View File
@@ -223,7 +223,7 @@ extern rtems_configuration_table Configuration;
*/
#if (defined(CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION) && \
!defined(CONFIGURE_IDLE_TASK_BODY))
#error "CONFIGURE_ERROR: You did not override the IDLE task body.
#error "CONFIGURE_ERROR: You did not override the IDLE task body."
#endif
/**
+1
View File
@@ -159,6 +159,7 @@ extern "C" {
# else
#define M68K_CPU_STACK_MINIMUM_SIZE 4096
/* Use the default number of priorities */
#define M68K_CPU_PRIORITY_MAXIMUM 255
# endif
#else