From patchwork Mon Nov 14 12:38:08 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vincent Guittot X-Patchwork-Id: 5097 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 6683823E01 for ; Mon, 14 Nov 2011 12:38:27 +0000 (UTC) Received: from mail-fx0-f52.google.com (mail-fx0-f52.google.com [209.85.161.52]) by fiordland.canonical.com (Postfix) with ESMTP id 5BA58A180E3 for ; Mon, 14 Nov 2011 12:38:27 +0000 (UTC) Received: by mail-fx0-f52.google.com with SMTP id a26so395605faa.11 for ; Mon, 14 Nov 2011 04:38:27 -0800 (PST) Received: by 10.152.144.136 with SMTP id sm8mr13976648lab.33.1321274307215; Mon, 14 Nov 2011 04:38:27 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.152.40.7 with SMTP id t7cs37767lak; Mon, 14 Nov 2011 04:38:25 -0800 (PST) Received: by 10.216.88.70 with SMTP id z48mr1149635wee.46.1321274303769; Mon, 14 Nov 2011 04:38:23 -0800 (PST) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx.google.com with ESMTPS id v5si5574315weq.132.2011.11.14.04.38.23 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 14 Nov 2011 04:38:23 -0800 (PST) Received-SPF: neutral (google.com: 74.125.82.50 is neither permitted nor denied by best guess record for domain of vincent.guittot@linaro.org) client-ip=74.125.82.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 74.125.82.50 is neither permitted nor denied by best guess record for domain of vincent.guittot@linaro.org) smtp.mail=vincent.guittot@linaro.org Received: by mail-ww0-f50.google.com with SMTP id 14so6164956wwg.31 for ; Mon, 14 Nov 2011 04:38:23 -0800 (PST) Received: by 10.180.92.169 with SMTP id cn9mr24887060wib.62.1321274303246; Mon, 14 Nov 2011 04:38:23 -0800 (PST) Received: from localhost.localdomain (pas72-1-88-161-60-229.fbx.proxad.net. [88.161.60.229]) by mx.google.com with ESMTPS id v6sm12199628wix.1.2011.11.14.04.38.21 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 14 Nov 2011 04:38:22 -0800 (PST) From: Vincent Guittot To: linaro-dev@lists.linaro.org Cc: patches@linaro.org, Vincent Guittot Subject: [RFC PATCH v2 03/09] ARM: cpu topology: Enable ARCH_POWER Date: Mon, 14 Nov 2011 13:38:08 +0100 Message-Id: <1321274288-2273-1-git-send-email-vincent.guittot@linaro.org> X-Mailer: git-send-email 1.7.4.1 Signed-off-by: Vincent Guittot --- kernel/sched_features.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/sched_features.h b/kernel/sched_features.h index 2e74677..85f8bd9 100644 --- a/kernel/sched_features.h +++ b/kernel/sched_features.h @@ -47,7 +47,7 @@ SCHED_FEAT(CACHE_HOT_BUDDY, 1) /* * Use arch dependent cpu power functions */ -SCHED_FEAT(ARCH_POWER, 0) +SCHED_FEAT(ARCH_POWER, 1) SCHED_FEAT(HRTICK, 0) SCHED_FEAT(DOUBLE_TICK, 0)