From cb19f3f8b2333864922ed8b09eec541fa8fda686 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 17 Nov 2005 14:29:23 +0000 Subject: 2005-11-17 Joel Sherrill * 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. --- c/src/ada/rtems.ads | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'c/src/ada/rtems.ads') 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 -- cgit v1.2.3