From patchwork Wed Jan 20 15:30:35 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thara Gopinath X-Patchwork-Id: 74082 X-Patchwork-Delegate: khilman@deeprootsystems.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.2) with ESMTP id o0KFV5S8010355 for ; Wed, 20 Jan 2010 15:31:07 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753368Ab0ATPa4 (ORCPT ); Wed, 20 Jan 2010 10:30:56 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753416Ab0ATPay (ORCPT ); Wed, 20 Jan 2010 10:30:54 -0500 Received: from bear.ext.ti.com ([192.94.94.41]:35260 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753368Ab0ATPat (ORCPT ); Wed, 20 Jan 2010 10:30:49 -0500 Received: from dbdp31.itg.ti.com ([172.24.170.98]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id o0KFUjcP023601 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 20 Jan 2010 09:30:47 -0600 Received: from linfarm476.india.ti.com (localhost [127.0.0.1]) by dbdp31.itg.ti.com (8.13.8/8.13.8) with ESMTP id o0KFUhYm022543; Wed, 20 Jan 2010 21:00:44 +0530 (IST) Received: from linfarm476.india.ti.com (localhost [127.0.0.1]) by linfarm476.india.ti.com (8.12.11/8.12.11) with ESMTP id o0KFUhBn020118; Wed, 20 Jan 2010 21:00:43 +0530 Received: (from a0393109@localhost) by linfarm476.india.ti.com (8.12.11/8.12.11/Submit) id o0KFUhiT020116; Wed, 20 Jan 2010 21:00:43 +0530 From: Thara Gopinath To: linux-omap@vger.kernel.org Cc: Thara Gopinath Subject: [PATCH 1/8] PM: Increase the cpu idle max state. Date: Wed, 20 Jan 2010 21:00:35 +0530 Message-Id: <1264001442-20078-2-git-send-email-thara@ti.com> X-Mailer: git-send-email 1.5.5 In-Reply-To: <1264001442-20078-1-git-send-email-thara@ti.com> References: <1264001442-20078-1-git-send-email-thara@ti.com> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org diff --git a/include/linux/cpuidle.h b/include/linux/cpuidle.h index dcf77fa..8ec8300 100644 --- a/include/linux/cpuidle.h +++ b/include/linux/cpuidle.h @@ -17,7 +17,7 @@ #include #include -#define CPUIDLE_STATE_MAX 8 +#define CPUIDLE_STATE_MAX 16 #define CPUIDLE_NAME_LEN 16 #define CPUIDLE_DESC_LEN 32