summaryrefslogtreecommitdiffstats
path: root/cpukit/ada/rtems.adb
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-03 00:33:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-03 00:33:48 +0000
commit7e3dcbc175607f9de3ab3dbde734571a0001d48f (patch)
treea2dafcd5c87f81cff89167db06b7766115f491f8 /cpukit/ada/rtems.adb
parentupdated to run (diff)
downloadrtems-7e3dcbc175607f9de3ab3dbde734571a0001d48f.tar.bz2
added rtems_interrupt_level_attribute routien to return a properly
shifted interrupt_level attribute field and RTEMS_INTERRUPT_MASK.
Diffstat (limited to 'cpukit/ada/rtems.adb')
-rw-r--r--cpukit/ada/rtems.adb11
1 files changed, 0 insertions, 11 deletions
diff --git a/cpukit/ada/rtems.adb b/cpukit/ada/rtems.adb
index 8e6a78da82..f8803426df 100644
--- a/cpukit/ada/rtems.adb
+++ b/cpukit/ada/rtems.adb
@@ -21,17 +21,6 @@ with Interfaces.C;
package body RTEMS is
--
- -- Mode Building Functions
- --
-
- function Interrupt_Level (
- Level : in RTEMS.Unsigned32
- ) return RTEMS.Attribute is
- begin
- return 0;
- end Interrupt_Level;
-
- --
-- Utility Functions
--