Cosmetic changes to kfd_ioctl.h
Make it more similar with upstream. Change-Id: I982ccfd4045d96e3c30bc84d38d0e03db8de9b08 Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ HSAKMT_STATUS HSAKMTAPI hsaKmtCreateEvent(HsaEventDescriptor *EventDesc,
|
||||
pthread_mutex_unlock(&hsakmt_mutex);
|
||||
return HSAKMT_STATUS_ERROR;
|
||||
}
|
||||
fmm_get_handle(events_page, &args.event_page_offset);
|
||||
fmm_get_handle(events_page, (uint64_t *)&args.event_page_offset);
|
||||
}
|
||||
|
||||
if (kmtIoctl(kfd_fd, AMDKFD_IOC_CREATE_EVENT, &args) != 0) {
|
||||
|
||||
Reference in New Issue
Block a user