Cosmetic changes in events.c
Change-Id: Idecb8eede8811020b3af51cbc71da74849029c82 Signed-off-by: Oak Zeng <Oak.Zeng@amd.com>
This commit is contained in:
+2
-2
@@ -279,14 +279,14 @@ static void analysis_memory_exception(struct kfd_hsa_memory_exception_data *
|
||||
pr_err("Memory is registered to node id: ");
|
||||
for (i = 0; i < info.NRegisteredNodes; i++)
|
||||
pr_err("%d ", info.RegisteredNodes[i]);
|
||||
pr_err("\n");
|
||||
}
|
||||
pr_err("\n");
|
||||
if (info.MappedNodes) {
|
||||
pr_err("Memory is mapped to node id: ");
|
||||
for (i = 0; i < info.NMappedNodes; i++)
|
||||
pr_err("%d ", info.MappedNodes[i]);
|
||||
pr_err("\n");
|
||||
}
|
||||
pr_err("\n");
|
||||
}
|
||||
|
||||
HSAKMT_STATUS HSAKMTAPI hsaKmtWaitOnMultipleEvents(HsaEvent *Events[],
|
||||
|
||||
Reference in New Issue
Block a user