Make upstream patch apply

This commit is contained in:
Andrew Lukoshko 2023-08-28 15:45:04 +02:00
parent 1fec3ae286
commit 51a24e3c48
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ index 3a791c8485d0..eb35c3cda9a6 100644
xen_have_vector_callback = 0;
- return;
}
- pr_info_once("Xen HVM callback vector for event delivery is enabled\n");
- pr_info("Xen HVM callback vector for event delivery is enabled\n");
- alloc_intr_gate(HYPERVISOR_CALLBACK_VECTOR,
- xen_hvm_callback_vector);
}