summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2008-06-16 23:37:42 +0000
committerChris Johns <chrisj@rtems.org>2008-06-16 23:37:42 +0000
commit805cddc0c4e4deb49b9b0f3e3089488f28a3a7ea (patch)
treeea07d919e8437525a7cb9cab680118237bdaf70c
parent2008-06-16 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-805cddc0c4e4deb49b9b0f3e3089488f28a3a7ea.tar.bz2
hris 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.
-rw-r--r--cpukit/ChangeLog8
-rw-r--r--cpukit/sapi/include/confdefs.h2
-rw-r--r--cpukit/score/cpu/m68k/rtems/score/m68k.h1
3 files changed, 10 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 7ae2cf0639..72d1ce510b 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -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,
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index e4747bc204..4aa085c395 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -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
/**
diff --git a/cpukit/score/cpu/m68k/rtems/score/m68k.h b/cpukit/score/cpu/m68k/rtems/score/m68k.h
index 31dbbd7bfb..2a501d64c8 100644
--- a/cpukit/score/cpu/m68k/rtems/score/m68k.h
+++ b/cpukit/score/cpu/m68k/rtems/score/m68k.h
@@ -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