Re: [PATCH v3 5/7] ocxl: Expose the thread_id needed for wait on POWER9
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2018-05-11 05:01:35
Also in:
linuxppc-dev, lkml
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2018-05-11 05:01:35
Also in:
linuxppc-dev, lkml
"Alastair D'Silva" [off-list ref] writes:
diff --git a/include/uapi/misc/ocxl.h b/include/uapi/misc/ocxl.h index 0af83d80fb3e..8d2748e69c84 100644 --- a/include/uapi/misc/ocxl.h +++ b/include/uapi/misc/ocxl.h@@ -48,6 +48,15 @@ struct ocxl_ioctl_metadata { __u64 reserved[13]; // Total of 16*u64 }; +struct ocxl_ioctl_p9_wait { + __u16 thread_id; // The thread ID required to wake this thread + __u16 reserved1; + __u32 reserved2; + __u64 reserved3[3]; +}; + +}; +
O_o ??? cheers -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html