From 9480815a222be61214b176836ef2b4ae4155ce84 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 21 Dec 2017 14:36:52 +0100 Subject: score: Introduce new monotonic clock Rename PER_CPU_WATCHDOG_MONOTONIC to PER_CPU_WATCHDOG_TICKS. Add new PER_CPU_WATCHDOG_MONOTONIC which is based on the system uptime (measured by timecounter). Close #3264. --- cpukit/include/rtems/confdefs.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'cpukit/include/rtems/confdefs.h') diff --git a/cpukit/include/rtems/confdefs.h b/cpukit/include/rtems/confdefs.h index 1c993dd099..45618b7a14 100755 --- a/cpukit/include/rtems/confdefs.h +++ b/cpukit/include/rtems/confdefs.h @@ -3112,9 +3112,6 @@ extern rtems_initialization_tasks_table Initialization_tasks[]; const uint32_t _Watchdog_Ticks_per_second = _CONFIGURE_TICKS_PER_SECOND; - const uint64_t _Watchdog_Monotonic_max_seconds = - UINT64_MAX / _CONFIGURE_TICKS_PER_SECOND; - /** * This is the Classic API Configuration Table. */ -- cgit v1.2.3