summaryrefslogtreecommitdiffstats
path: root/c/src/ada/rtems.ads
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2005-11-17 14:29:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2005-11-17 14:29:23 +0000
commitcb19f3f8b2333864922ed8b09eec541fa8fda686 (patch)
tree6174e99aaef3bfec95e140f7886e5563351946e1 /c/src/ada/rtems.ads
parentRemove extraneous make-exe. (diff)
downloadrtems-cb19f3f8b2333864922ed8b09eec541fa8fda686.tar.bz2
2005-11-17 Joel Sherrill <joel@OARcorp.com>
* rtems.adb, rtems.ads: Remove initialization directives as rtems_initialize_executive is obsolete and the other initialization services should not be called from Ada anyway.
Diffstat (limited to 'c/src/ada/rtems.ads')
-rw-r--r--c/src/ada/rtems.ads15
1 files changed, 1 insertions, 14 deletions
diff --git a/c/src/ada/rtems.ads b/c/src/ada/rtems.ads
index 15675076b8..a6e65ae1c2 100644
--- a/c/src/ada/rtems.ads
+++ b/c/src/ada/rtems.ads
@@ -802,20 +802,7 @@ pragma Elaborate_Body (RTEMS);
-- Initialization Manager
--
- procedure Initialize_Executive (
- Configuration_Table : in RTEMS.Configuration_Table_Pointer;
- CPU_Table : in RTEMS.CPU_Table_Pointer
- );
-
- procedure Initialize_Executive_Early (
- Configuration_Table : in RTEMS.Configuration_Table_Pointer;
- CPU_Table : in RTEMS.CPU_Table_Pointer;
- Level : out RTEMS.ISR_Level
- );
-
- procedure Initialize_Executive_Late (
- BSP_Level : in RTEMS.ISR_Level
- );
+ -- RTEMS Initialization not supported from Ada. Please write BSPs in C.
procedure Shutdown_Executive (
Result : in RTEMS.Unsigned32