From 613d36e02e5ce4e5b69cbb02483e9fa352666ecd Mon Sep 17 00:00:00 2001 From: Doug Gilbert Date: Thu, 19 Dec 2013 14:25:06 -0600 Subject: IPC deadlock CQ: SW239987 Change-Id: I2a33e767916cd80ae3b4acc604104963cbc648ac Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7828 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III --- src/include/kernel/ipc.H | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/include/kernel/ipc.H') diff --git a/src/include/kernel/ipc.H b/src/include/kernel/ipc.H index a67ea5463..f411808c3 100644 --- a/src/include/kernel/ipc.H +++ b/src/include/kernel/ipc.H @@ -5,7 +5,7 @@ /* */ /* IBM CONFIDENTIAL */ /* */ -/* COPYRIGHT International Business Machines Corp. 2013 */ +/* COPYRIGHT International Business Machines Corp. 2013,2014 */ /* */ /* p1 */ /* */ @@ -25,6 +25,10 @@ #include +#define IPC_DATA_AREA_LOCKED 0xFFFFFFFFFFFFFFFFul +#define IPC_DATA_AREA_READ 0xFFFFFFFFFFFFFFFEul +#define IPC_DATA_AREA_CLEAR 0 + namespace KernelIpc { struct ipc_data_area_t -- cgit v1.2.1