RE: [PATCH v8 2/6] arm64: hyperv: Add Hyper-V clocksource/clockevent support

From: Sunil Muthuswamy
Date: Wed Mar 03 2021 - 19:07:14 EST


> +/* Define the interrupt ID used by STIMER0 Direct Mode interrupts. This
> + * value can't come from ACPI tables because it is needed before the
> + * Linux ACPI subsystem is initialized.
> + */
> +#define HYPERV_STIMER0_VECTOR 31
nit: On x64, this is defined in HEX

> +
> + return 0;
> +}
> +TIMER_ACPI_DECLARE(hyperv, ACPI_SIG_GTDT, hyperv_timer_init);
> --
> 1.8.3.1

Reviewed-by: Sunil Muthuswamy <sunilmut@xxxxxxxxxxxxx>