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 09/20] cobalt/uapi: Drop tsc.h
Date: Sun,  3 Sep 2023 17:04:46 +0200	[thread overview]
Message-ID: <21080cd94309eb834132b5497d54d84ae78ceb3c.1693753497.git.jan.kiszka@siemens.com> (raw)
In-Reply-To: <cover.1693753497.git.jan.kiszka@siemens.com>

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

No longer used.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 .../arch/arm/include/asm/xenomai/uapi/tsc.h   | 25 -------------------
 .../arch/arm64/include/asm/xenomai/uapi/tsc.h | 25 -------------------
 2 files changed, 50 deletions(-)
 delete mode 100644 kernel/cobalt/arch/arm/include/asm/xenomai/uapi/tsc.h
 delete mode 100644 kernel/cobalt/arch/arm64/include/asm/xenomai/uapi/tsc.h

diff --git a/kernel/cobalt/arch/arm/include/asm/xenomai/uapi/tsc.h b/kernel/cobalt/arch/arm/include/asm/xenomai/uapi/tsc.h
deleted file mode 100644
index b17cfb24fc..0000000000
--- a/kernel/cobalt/arch/arm/include/asm/xenomai/uapi/tsc.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Copyright (C) 2013 Gilles Chanteperdrix <gch@xenomai.org>.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.
- */
-#ifndef _COBALT_ARM_ASM_UAPI_TSC_H
-#define _COBALT_ARM_ASM_UAPI_TSC_H
-
-struct __xn_tscinfo {
-	volatile unsigned int *counter;
-};
-
-#endif /* !_COBALT_ARM_ASM_UAPI_TSC_H */
diff --git a/kernel/cobalt/arch/arm64/include/asm/xenomai/uapi/tsc.h b/kernel/cobalt/arch/arm64/include/asm/xenomai/uapi/tsc.h
deleted file mode 100644
index 20a4eaa882..0000000000
--- a/kernel/cobalt/arch/arm64/include/asm/xenomai/uapi/tsc.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Copyright (C) 2013 Gilles Chanteperdrix <gch@xenomai.org>.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.
- */
-#ifndef _COBALT_ARM64_ASM_UAPI_TSC_H
-#define _COBALT_ARM64_ASM_UAPI_TSC_H
-
-struct __xn_tscinfo {
-	volatile unsigned int *counter;
-};
-
-#endif /* !_COBALT_ARM64_ASM_UAPI_TSC_H */
-- 
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 ` Jan Kiszka [this message]
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 ` [PATCH 14/20] testsuite/smokey/rtdm: Remove dead code Jan Kiszka
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=21080cd94309eb834132b5497d54d84ae78ceb3c.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).