*** empty log message ***

This commit is contained in:
Joel Sherrill
1997-06-03 00:34:04 +00:00
parent 7e3dcbc175
commit d0f426a1bf
19 changed files with 13 additions and 18 deletions

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with BSP_MPCI;
with RTEMS;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with BSP_MPCI;
with RTEMS;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with BSP_MPCI;
with RTEMS;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with BSP_MPCI;
with RTEMS;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with BSP_MPCI;
with RTEMS;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with BSP_MPCI;
with RTEMS;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with BSP_MPCI;
with RTEMS;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with BSP_MPCI;
with RTEMS;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with BSP_MPCI;
with RTEMS;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with BSP_MPCI;
with RTEMS;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with BSP_MPCI;
with RTEMS;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with BSP_MPCI;
with RTEMS;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with BSP_MPCI;
with RTEMS;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with BSP_MPCI;
with RTEMS;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with BSP_MPCI;
with RTEMS;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with RTEMS;
package SPTEST is

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with RTEMS;
package SPTEST is

View File

@@ -10,6 +10,7 @@
* $Id$
*/
#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
#include <bsp.h>
void *POSIX_Init(
@@ -23,5 +24,16 @@ void *POSIX_Init(
exit( 0 );
}
/*
* Only for sp04
*/
rtems_id tcb_to_id(
Thread_Control *tcb
)
{
return tcb->Object.id;
}
#define CONFIGURE_INIT
#include "config.h"

View File

@@ -131,7 +131,7 @@ package body Test_Support is
-- Really should be a "put" followed by a "flush."
--
Text_IO.Put_Line( "<pause> " );
Text_IO.Get_Line( Ignored_String, Ignored_Last );
-- Text_IO.Get_Line( Ignored_String, Ignored_Last );
exception