From patchwork Thu Sep 11 19:34:19 2008 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yuji Mano X-Patchwork-Id: 248 X-Patchwork-Delegate: yuji.mano@am.sony.com Return-Path: X-Original-To: patchwork@ozlabs.org Delivered-To: patchwork@ozlabs.org Received: from ozlabs.org (localhost [127.0.0.1]) by ozlabs.org (Postfix) with ESMTP id 2985BDEC45 for ; Fri, 12 Sep 2008 06:39:57 +1000 (EST) X-Original-To: cbe-oss-dev@ozlabs.org Delivered-To: cbe-oss-dev@ozlabs.org Received: from SG2EHSOBE005.bigfish.com (outbound-sin.frontbridge.com [207.46.51.80]) by ozlabs.org (Postfix) with ESMTP id 38097DE4DC for ; Fri, 12 Sep 2008 06:37:41 +1000 (EST) Received: from mail54-sin-R.bigfish.com (10.3.40.3) by SG2EHSOBE005.bigfish.com (10.3.40.25) with Microsoft SMTP Server id 8.1.291.1; Thu, 11 Sep 2008 20:37:38 +0000 Received: from mail54-sin (localhost.localdomain [127.0.0.1]) by mail54-sin-R.bigfish.com (Postfix) with ESMTP id 678F34701C0 for ; Thu, 11 Sep 2008 20:37:37 +0000 (UTC) X-BigFish: VS3(zzzz10c0j10d3izzz2dh6bh61h) X-Spam-TCS-SCL: 0:0 Received: by mail54-sin (MessageSwitch) id 12211654569923_28803; Thu, 11 Sep 2008 20:37:36 +0000 (UCT) Received: from mail8.fw-sd.sony.com (mail8.fw-sd.sony.com [160.33.66.75]) by mail54-sin.bigfish.com (Postfix) with ESMTP id 4DD9C1240064 for ; Thu, 11 Sep 2008 20:37:07 +0000 (UTC) Received: from mail3.sjc.in.sel.sony.com (mail3.sjc.in.sel.sony.com [43.134.1.211]) by mail8.fw-sd.sony.com (8.14.2/8.14.2) with ESMTP id m8BKb6VH021095 for ; Thu, 11 Sep 2008 20:37:06 GMT Received: from USSDIXIM02.am.sony.com (ussdixim02.am.sony.com [43.130.140.34]) by mail3.sjc.in.sel.sony.com (8.12.11/8.12.11) with ESMTP id m8BKb5pW021698 for ; Thu, 11 Sep 2008 20:37:05 GMT Received: from ussdixms03.am.sony.com ([43.130.140.23]) by USSDIXIM02.am.sony.com with Microsoft SMTPSVC(5.0.2195.6713); Thu, 11 Sep 2008 13:37:04 -0700 Received: from [43.135.148.175] ([43.135.148.175]) by ussdixms03.am.sony.com with Microsoft SMTPSVC(5.0.2195.6713); Thu, 11 Sep 2008 13:37:04 -0700 Message-ID: <48C972BB.6050500@am.sony.com> Date: Thu, 11 Sep 2008 12:34:19 -0700 From: Yuji Mano User-Agent: Thunderbird 2.0.0.5 (X11/20070719) MIME-Version: 1.0 To: CBE Development X-Enigmail-Version: 0.95.7 X-OriginalArrivalTime: 11 Sep 2008 20:37:04.0600 (UTC) FILETIME=[26B26580:01C9144E] X-SEL-encryption-scan: scanned Subject: [Cbe-oss-dev] [PATCH 01/11]MARS: Workload queue header remove unused members X-BeenThere: cbe-oss-dev@ozlabs.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Discussion about Open Source Software for the Cell Broadband Engine List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: cbe-oss-dev-bounces+patchwork=ozlabs.org@ozlabs.org Errors-To: cbe-oss-dev-bounces+patchwork=ozlabs.org@ozlabs.org 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;