From patchwork Thu Sep 11 19:34:19 2008 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: MARS: Workload queue header remove unused members Date: Thu, 11 Sep 2008 09:34:19 -0000 From: Yuji Mano X-Patchwork-Id: 248 Message-Id: <48C972BB.6050500@am.sony.com> To: CBE Development This removes no longer used lock and pad struct members from the workload queue header structure. Signed-off-by: Yuji Mano Acked-by: Kazunori Asayama --- a/include/common/mars/mars_workload_types.h +++ b/include/common/mars/mars_workload_types.h @@ -85,8 +85,6 @@ struct mars_workload_context { /* 128 byte workload queue header structure */ struct mars_workload_queue_header { - uint32_t lock; - uint32_t pad; uint64_t queue_ea; uint64_t context_ea; uint8_t flag;