forked from Imagelibrary/rtems
*** empty log message ***
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with BSP_MPCI;
|
||||
with RTEMS;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with BSP_MPCI;
|
||||
with RTEMS;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with BSP_MPCI;
|
||||
with RTEMS;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with BSP_MPCI;
|
||||
with RTEMS;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with BSP_MPCI;
|
||||
with RTEMS;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with BSP_MPCI;
|
||||
with RTEMS;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with BSP_MPCI;
|
||||
with RTEMS;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with BSP_MPCI;
|
||||
with RTEMS;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with BSP_MPCI;
|
||||
with RTEMS;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with BSP_MPCI;
|
||||
with RTEMS;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with BSP_MPCI;
|
||||
with RTEMS;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with BSP_MPCI;
|
||||
with RTEMS;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with BSP_MPCI;
|
||||
with RTEMS;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with BSP_MPCI;
|
||||
with RTEMS;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with BSP_MPCI;
|
||||
with RTEMS;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with RTEMS;
|
||||
|
||||
package SPTEST is
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with RTEMS;
|
||||
|
||||
package SPTEST is
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user