summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-11-06 12:18:10 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-11-07 15:08:45 +0100
commitef5f3598ade1a22ebb93742f6ff9897fcb162df6 (patch)
treef9300356f218e01cb81c52b393e91b6e6802fbbf /cpukit
parentsapi: Delete unused macros (diff)
downloadrtems-ef5f3598ade1a22ebb93742f6ff9897fcb162df6.tar.bz2
sapi: Delete duplicate declarations
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/sapi/include/confdefs.h1
-rw-r--r--cpukit/sapi/include/rtems/config.h6
2 files changed, 0 insertions, 7 deletions
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index 09edc97770..17cb2eec23 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -50,7 +50,6 @@ extern "C" {
extern rtems_initialization_tasks_table Initialization_tasks[];
extern rtems_driver_address_table Device_drivers[];
-extern rtems_configuration_table Configuration;
#if defined(RTEMS_MULTIPROCESSING)
extern rtems_multiprocessing_table Multiprocessing_configuration;
#endif
diff --git a/cpukit/sapi/include/rtems/config.h b/cpukit/sapi/include/rtems/config.h
index 6426121bf4..55b7bdac38 100644
--- a/cpukit/sapi/include/rtems/config.h
+++ b/cpukit/sapi/include/rtems/config.h
@@ -280,12 +280,6 @@ extern rtems_configuration_table Configuration;
#define rtems_configuration_get_idle_task_stack_size() \
(Configuration.idle_task_stack_size)
-/* XXX We need to get this from the generated table
- * since BSPs need it before the pointer is set.
- * Eventually all should be done this way.
- */
-extern rtems_configuration_table Configuration;
-
#define rtems_configuration_get_interrupt_stack_size() \
(Configuration.interrupt_stack_size)