We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e2b45 commit 4430556Copy full SHA for 4430556
drivers/hv/hv.c
@@ -342,9 +342,6 @@ int hv_synic_init(unsigned int cpu)
342
return 0;
343
}
344
345
-/*
346
- * hv_synic_cleanup - Cleanup routine for hv_synic_init().
347
- */
348
void hv_synic_disable_regs(unsigned int cpu)
349
{
350
struct hv_per_cpu_context *hv_cpu =
@@ -436,6 +433,9 @@ static bool hv_synic_event_pending(void)
436
433
return pending;
437
434
438
435
+/*
+ * hv_synic_cleanup - Cleanup routine for hv_synic_init().
+ */
439
int hv_synic_cleanup(unsigned int cpu)
440
441
struct vmbus_channel *channel, *sc;
0 commit comments