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

Sunil Muthuswamy sunilmut at microsoft.com
Wed Mar 3 19:29:12 GMT 2021


> +/* 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 at microsoft.com>




More information about the linux-arm-kernel mailing list