Added rtems version of get_cyclecount().

This commit is contained in:
Jennifer Averett 2012-04-17 14:43:48 -05:00
parent b6c71ea007
commit 01e57a9dc6
3 changed files with 4 additions and 2 deletions

View File

@ -56,6 +56,7 @@ C_FILES += rtemsbsd/src/rtems-bsd-timesupport.c
C_FILES += rtemsbsd/src/rtems-bsd-newproc.c C_FILES += rtemsbsd/src/rtems-bsd-newproc.c
C_FILES += rtemsbsd/src/rtems-bsd-vm_glue.c C_FILES += rtemsbsd/src/rtems-bsd-vm_glue.c
C_FILES += rtemsbsd/src/rtems-bsd-subr.c C_FILES += rtemsbsd/src/rtems-bsd-subr.c
C_FILES += rtemsbsd/src/rtems-bsd-cyclecount.c
C_FILES += freebsd/kern/subr_eventhandler.c C_FILES += freebsd/kern/subr_eventhandler.c
C_FILES += freebsd/kern/kern_subr.c C_FILES += freebsd/kern/kern_subr.c
C_FILES += freebsd/kern/kern_tc.c C_FILES += freebsd/kern/kern_tc.c

View File

@ -549,6 +549,7 @@ rtems.addRTEMSSourceFiles(
'src/rtems-bsd-newproc.c', 'src/rtems-bsd-newproc.c',
'src/rtems-bsd-vm_glue.c', 'src/rtems-bsd-vm_glue.c',
'src/rtems-bsd-subr.c', 'src/rtems-bsd-subr.c',
'src/rtems-bsd-cyclecount.c',
] ]
) )
rtems.addEmptyHeaderFiles( rtems.addEmptyHeaderFiles(

View File

@ -7,8 +7,8 @@
*/ */
/* /*
* COPYRIGHT (c) 1989-2012. * COPYRIGHT (c) 2012.
* On-Line Applications Research Corporation (OAR). * On-Line Applications Research Corporation (OAR).
* *
* The license and distribution terms for this file may be * The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at * found in the file LICENSE in this distribution or at