Re: [PATCH] x86/platform/uv: HUB RTC cleanup

From: Christoph Hellwig
Date: Tue May 12 2020 - 00:21:54 EST


On Mon, May 11, 2020 at 05:35:35PM -0500, Dimitri Sivanich wrote:
> Remove unused event code and other cleanup for HUB RTC.

Can you explain how this is dead? That's not entirely obvious
from the patch. Also you probably want to split it the cleans
into one or several additional patches and aso document them in
the commit log(s).

> diff --git a/arch/x86/platform/uv/uv_time.c b/arch/x86/platform/uv/uv_time.c
> index 7af31b245636..1777b7164ff8 100644
> --- a/arch/x86/platform/uv/uv_time.c
> +++ b/arch/x86/platform/uv/uv_time.c
> @@ -1,25 +1,18 @@
> // SPDX-License-Identifier: GPL-2.0-or-later
> /*
> - * SGI RTC clock/timer routines.
> + * HPE RTC clock routine.

Might be worth mentioning this is for the UV platform? Both the
old SGI and thew new HPE are not very descriptive.