Re: [PATCH 1/2] rtems: Inline rtems_clock_get_ticks_since_boot()

2014-08-22 Thread Gedare Bloom
On Fri, Aug 22, 2014 at 11:22 AM, Joel Sherrill wrote: > > On 8/22/2014 10:18 AM, Gedare Bloom wrote: >> On Fri, Aug 22, 2014 at 11:12 AM, Sebastian Huber >> wrote: >>> Update documentation. >>> --- >>> cpukit/rtems/Makefile.am| 1 - >>> cpukit/rtems/include/rtems/rtems/

Re: [PATCH 1/2] rtems: Inline rtems_clock_get_ticks_since_boot()

2014-08-22 Thread Joel Sherrill
On 8/22/2014 10:18 AM, Gedare Bloom wrote: > On Fri, Aug 22, 2014 at 11:12 AM, Sebastian Huber > wrote: >> Update documentation. >> --- >> cpukit/rtems/Makefile.am| 1 - >> cpukit/rtems/include/rtems/rtems/clock.h| 14 +-- >> cpukit/rtems/src/clockgettick

Re: [PATCH 1/2] rtems: Inline rtems_clock_get_ticks_since_boot()

2014-08-22 Thread Gedare Bloom
On Fri, Aug 22, 2014 at 11:12 AM, Sebastian Huber wrote: > Update documentation. > --- > cpukit/rtems/Makefile.am| 1 - > cpukit/rtems/include/rtems/rtems/clock.h| 14 +-- > cpukit/rtems/src/clockgettickssinceboot.c | 31 > -

[PATCH 1/2] rtems: Inline rtems_clock_get_ticks_since_boot()

2014-08-22 Thread Sebastian Huber
Update documentation. --- cpukit/rtems/Makefile.am| 1 - cpukit/rtems/include/rtems/rtems/clock.h| 14 +-- cpukit/rtems/src/clockgettickssinceboot.c | 31 - cpukit/score/include/rtems/score/watchdog.h | 7 ++ cpukit/sc