From: Huacai Chen <chenhuacai@kernel.org>
To: "Thomas Weißschuh" <thomas.weissschuh@linutronix.de>
Cc: WANG Xuerui <kernel@xen0n.name>,
loongarch@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] LoongArch: vDSO: Drop custom __arch_vdso_hres_capable()
Date: Mon, 27 Apr 2026 16:35:56 +0800 [thread overview]
Message-ID: <CAAhV-H4DP-kTKxbPwfP_mmX7kqmvNZFA5dT2s2YcMPkKeEkn=A@mail.gmail.com> (raw)
In-Reply-To: <20260422-vdso-loongarch-cleanup-v1-1-1fef08f07614@linutronix.de>
Applied, thanks.
Huacai
On Wed, Apr 22, 2026 at 3:45 PM Thomas Weißschuh
<thomas.weissschuh@linutronix.de> wrote:
>
> The custom definition is identical to the generic fallback one.
>
> Remove it.
>
> Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
> ---
> arch/loongarch/include/asm/vdso/gettimeofday.h | 6 ------
> 1 file changed, 6 deletions(-)
>
> diff --git a/arch/loongarch/include/asm/vdso/gettimeofday.h b/arch/loongarch/include/asm/vdso/gettimeofday.h
> index bae76767c693..18ba403e1ed9 100644
> --- a/arch/loongarch/include/asm/vdso/gettimeofday.h
> +++ b/arch/loongarch/include/asm/vdso/gettimeofday.h
> @@ -85,12 +85,6 @@ static __always_inline u64 __arch_get_hw_counter(s32 clock_mode,
> return count;
> }
>
> -static inline bool loongarch_vdso_hres_capable(void)
> -{
> - return true;
> -}
> -#define __arch_vdso_hres_capable loongarch_vdso_hres_capable
> -
> #endif /* CONFIG_GENERIC_GETTIMEOFDAY */
>
> #endif /* !__ASSEMBLER__ */
>
> ---
> base-commit: 6596a02b207886e9e00bb0161c7fd59fea53c081
> change-id: 20260422-vdso-loongarch-cleanup-d16e07e92422
>
> Best regards,
> --
> Thomas Weißschuh <thomas.weissschuh@linutronix.de>
>
>
prev parent reply other threads:[~2026-04-27 8:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-22 7:45 [PATCH] LoongArch: vDSO: Drop custom __arch_vdso_hres_capable() Thomas Weißschuh
2026-04-27 8:35 ` Huacai Chen [this message]
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='CAAhV-H4DP-kTKxbPwfP_mmX7kqmvNZFA5dT2s2YcMPkKeEkn=A@mail.gmail.com' \
--to=chenhuacai@kernel.org \
--cc=kernel@xen0n.name \
--cc=linux-kernel@vger.kernel.org \
--cc=loongarch@lists.linux.dev \
--cc=thomas.weissschuh@linutronix.de \
/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 read-only IMAP folder(s) and NNTP newsgroup(s).