xenomai.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: xenomai@lists.linux.dev
Subject: [PATCH 14/20] testsuite/smokey/rtdm: Remove dead code
Date: Sun,  3 Sep 2023 17:04:51 +0200	[thread overview]
Message-ID: <86909f9e63a176a50c62c467b3e45d1121b2f4fa.1693753497.git.jan.kiszka@siemens.com> (raw)
In-Reply-To: <cover.1693753497.git.jan.kiszka@siemens.com>

From: Jan Kiszka <jan.kiszka@siemens.com>

This was left unused behind by e945350051d4.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 testsuite/smokey/rtdm/rtdm.c | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/testsuite/smokey/rtdm/rtdm.c b/testsuite/smokey/rtdm/rtdm.c
index 6ad0d6d7ad..785132a147 100644
--- a/testsuite/smokey/rtdm/rtdm.c
+++ b/testsuite/smokey/rtdm/rtdm.c
@@ -18,18 +18,6 @@ smokey_test_plugin(rtdm,
 		   "Check core interface to RTDM services."
 );
 
-#define NS_PER_MS (1000000)
-
-static inline unsigned long long timer_get_tsc(void)
-{
-	return clockobj_get_tsc();
-}
-
-static inline unsigned long long timer_tsc2ns(unsigned long long tsc)
-{
-	return clockobj_tsc_to_ns(tsc);
-}
-
 static void check_inner(const char *fn, int line, const char *msg,
 			int status, int expected)
 {
-- 
2.35.3


  parent reply	other threads:[~2023-09-03 15:05 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-03 15:04 [PATCH 00/20] I-pipe house cleaning Jan Kiszka
2023-09-03 15:04 ` [PATCH 01/20] cobalt: Drop self element from lostage_signal Jan Kiszka
2023-09-03 15:04 ` [PATCH 02/20] drivers/udd: Drop self element from irqswitch_work Jan Kiszka
2023-09-03 15:04 ` [PATCH 03/20] cobalt: Drop not longer supported CONFIG_XENO_OPT_STATS_IRQS Jan Kiszka
2023-09-03 15:04 ` [PATCH 04/20] testsuite/smokey/y2038: Activate minimal clock_settime64 Jan Kiszka
2023-09-04  7:12   ` Florian Bezdeka
2023-09-04  7:36     ` Jan Kiszka
2023-09-03 15:04 ` [PATCH 05/20] testsuite/clocktest: Drop obsolete CLOCK_HOST_REALTIME and wallclock offset bits Jan Kiszka
2023-09-03 15:04 ` [PATCH 06/20] testsuite/smokey: Remove VDSO test Jan Kiszka
2023-09-03 15:04 ` [PATCH 07/20] lib/cobalt: Drop legacy_tsc code for I-pipe Jan Kiszka
2023-09-03 15:04 ` [PATCH 08/20] lib/cobalt: Drop tsc.h Jan Kiszka
2023-09-03 15:04 ` [PATCH 09/20] cobalt/uapi: " Jan Kiszka
2023-09-03 15:04 ` [PATCH 10/20] lib/cobalt: Drop VDSO support Jan Kiszka
2023-09-03 15:04 ` [PATCH 11/20] kernel/cobalt: Remove archcall syscall stub Jan Kiszka
2023-09-03 15:04 ` [PATCH 12/20] kernel/cobalt: Retire clock_freq field in cobalt_featinfo Jan Kiszka
2023-09-03 15:04 ` [PATCH 13/20] kernel/cobalt: Remove VDSO support Jan Kiszka
2023-09-03 15:04 ` Jan Kiszka [this message]
2023-09-03 15:04 ` [PATCH 15/20] lib/cobalt: Refactor cobalt_read_tsc API to cobalt_read_ns Jan Kiszka
2023-09-03 15:04 ` [PATCH 16/20] lib/copperplate: Refactor clockobj_get_tsc API to clockobj_get_ns Jan Kiszka
2023-09-03 15:04 ` [PATCH 17/20] scripts/Kconfig.frag: Switch to I-pipe only Jan Kiszka
2023-09-04  7:13   ` Florian Bezdeka
2023-09-04  7:36     ` Jan Kiszka
2023-09-03 15:04 ` [PATCH 18/20] include/cobalt: Fix inclusion guard names Jan Kiszka
2023-09-03 15:04 ` [PATCH 19/20] ci: Update comment Jan Kiszka
2023-09-03 15:04 ` [PATCH 20/20] cobalt/posix: " Jan Kiszka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86909f9e63a176a50c62c467b3e45d1121b2f4fa.1693753497.git.jan.kiszka@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=xenomai@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).