mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 05:27:07 +02:00
soc: xilinx: fix unhandled SGI warning message
[ Upstream commit 9c6724abf9 ]
Xen broadcasts SGI to each VM when multiple VMs run on Xen hypervisor. In
such case spurious SGI is expected if one event is registered by one VM and
not registered by another VM. We let users know that Unhandled SGI is not
error and expected if kernel is running on Xen hypervisor.
Signed-off-by: Tanmay Shah <tanmay.shah@xilinx.com>
Signed-off-by: Radhey Shyam Pandey <radhey.shyam.pandey@amd.com>
Link: https://lore.kernel.org/r/1698431039-2734260-1-git-send-email-radhey.shyam.pandey@amd.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
4722924e7a
commit
61cc78be35
|
|
@ -477,7 +477,7 @@ static void xlnx_call_notify_cb_handler(const u32 *payload)
|
|||
}
|
||||
}
|
||||
if (!is_callback_found)
|
||||
pr_warn("Didn't find any registered callback for 0x%x 0x%x\n",
|
||||
pr_warn("Unhandled SGI node 0x%x event 0x%x. Expected with Xen hypervisor\n",
|
||||
payload[1], payload[2]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user