drivers/clocksource/hyper-v: non ACPI support in hyperv clock
authorSaurabh Sengar <ssengar@linux.microsoft.com>
Mon, 20 Mar 2023 07:47:36 +0000 (00:47 -0700)
committerWei Liu <wei.liu@kernel.org>
Mon, 17 Apr 2023 19:16:22 +0000 (19:16 +0000)
commita4fea9b78ebea6df9a61f34cfc2f7ed0bbc8a9fc
treef04033d3014e9b9684a7509bc2024fec3d8d997d
parent6a8f57ae2eb07ab39a6f0ccad60c760743051026
drivers/clocksource/hyper-v: non ACPI support in hyperv clock

Add a placeholder function for the hv_setup_stimer0_irq API to accommodate
systems without ACPI support. Since this function is not utilized on
x86/x64 systems and non-ACPI support is only intended for x86/x64 systems,
a placeholder function is sufficient for now and can be improved upon if
necessary in the future.

Signed-off-by: Saurabh Sengar <ssengar@linux.microsoft.com>
Reviewed-by: Michael Kelley <mikelley@microsoft.com>
Link: https://lore.kernel.org/r/1679298460-11855-2-git-send-email-ssengar@linux.microsoft.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
drivers/clocksource/hyperv_timer.c