From patchwork Sat Feb 6 01:21:30 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Hebbar, Shivananda" X-Patchwork-Id: 77476 X-Patchwork-Delegate: omar.ramirez@ti.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o161Lchh029928 for ; Sat, 6 Feb 2010 01:21:38 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933495Ab0BFBVh (ORCPT ); Fri, 5 Feb 2010 20:21:37 -0500 Received: from devils.ext.ti.com ([198.47.26.153]:51430 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933223Ab0BFBVg convert rfc822-to-8bit (ORCPT ); Fri, 5 Feb 2010 20:21:36 -0500 Received: from dbdp20.itg.ti.com ([172.24.170.38]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id o161LX9I005001 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 5 Feb 2010 19:21:35 -0600 Received: from dbde70.ent.ti.com (localhost [127.0.0.1]) by dbdp20.itg.ti.com (8.13.8/8.13.8) with ESMTP id o161LWhT001394 for ; Sat, 6 Feb 2010 06:51:33 +0530 (IST) Received: from dbde02.ent.ti.com ([172.24.170.145]) by dbde70.ent.ti.com ([172.24.170.148]) with mapi; Sat, 6 Feb 2010 06:51:32 +0530 From: "Hebbar, Shivananda" To: linux-omap Date: Sat, 6 Feb 2010 06:51:30 +0530 Subject: [Patch 1/8] DSPBRIDGE: typedef cleanup -DSP RTOS Thread-Topic: [Patch 1/8] DSPBRIDGE: typedef cleanup -DSP RTOS Thread-Index: AcqmyrZgodZBXD87RV+w30SswE31Hw== Message-ID: <19F8576C6E063C45BE387C64729E7394044A776232@dbde02.ent.ti.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Sat, 06 Feb 2010 01:21:38 +0000 (UTC) diff --git a/arch/arm/plat-omap/include/dspbridge/dbdefs.h b/arch/arm/plat-omap/include/dspbridge/dbdefs.h index fc9fdc8..049fcee 100644 --- a/arch/arm/plat-omap/include/dspbridge/dbdefs.h +++ b/arch/arm/plat-omap/include/dspbridge/dbdefs.h @@ -115,7 +115,6 @@ typedef u32 DSP_PROCFAMILY; /* Processor family */ typedef u32 DSP_PROCTYPE; /* Processor type (w/in family) */ - typedef u32 DSP_RTOSTYPE; /* Type of DSP RTOS */ /* Handy Macros */ #define IsValidProcEvent(x) (((x) == 0) || (((x) & (DSP_PROCESSORSTATECHANGE | \ @@ -422,7 +421,7 @@ u32 ulInternalMemSize; u32 ulExternalMemSize; u32 uProcessorID; - DSP_RTOSTYPE tyRunningRTOS; + int tyRunningRTOS; s32 nNodeMinPriority; s32 nNodeMaxPriority; } ;