From patchwork Fri Oct 21 16:55:11 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vincent Guittot X-Patchwork-Id: 4782 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 0DA5D23DEF for ; Fri, 21 Oct 2011 16:55:23 +0000 (UTC) Received: from mail-dy0-f52.google.com (mail-dy0-f52.google.com [209.85.220.52]) by fiordland.canonical.com (Postfix) with ESMTP id 01D47A182EE for ; Fri, 21 Oct 2011 16:55:22 +0000 (UTC) Received: by dyf39 with SMTP id 39so38398dyf.11 for ; Fri, 21 Oct 2011 09:55:22 -0700 (PDT) Received: by 10.223.77.71 with SMTP id f7mr25824813fak.33.1319216122640; Fri, 21 Oct 2011 09:55:22 -0700 (PDT) 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.1.71 with SMTP id 7cs22858lak; Fri, 21 Oct 2011 09:55:22 -0700 (PDT) Received: by 10.216.163.83 with SMTP id z61mr5569041wek.77.1319216122111; Fri, 21 Oct 2011 09:55:22 -0700 (PDT) Received: from mail-wy0-f178.google.com (mail-wy0-f178.google.com [74.125.82.178]) by mx.google.com with ESMTPS id z32si10148972weq.133.2011.10.21.09.55.21 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 21 Oct 2011 09:55:22 -0700 (PDT) Received-SPF: neutral (google.com: 74.125.82.178 is neither permitted nor denied by best guess record for domain of vincent.guittot@linaro.org) client-ip=74.125.82.178; Authentication-Results: mx.google.com; spf=neutral (google.com: 74.125.82.178 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-wy0-f178.google.com with SMTP id 28so4817080wyf.37 for ; Fri, 21 Oct 2011 09:55:21 -0700 (PDT) Received: by 10.216.24.41 with SMTP id w41mr7558855wew.69.1319216121556; Fri, 21 Oct 2011 09:55:21 -0700 (PDT) Received: from localhost.localdomain (pas72-1-88-161-60-229.fbx.proxad.net. [88.161.60.229]) by mx.google.com with ESMTPS id a21sm22828921wbo.10.2011.10.21.09.55.20 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 21 Oct 2011 09:55:20 -0700 (PDT) From: Vincent Guittot To: linaro-dev@lists.linaro.org Cc: patches@linaro.org, Vincent Guittot Subject: [RFC PATCH 04/11] ARM: cpu topology: Enable ARCH_POWER Date: Fri, 21 Oct 2011 18:55:11 +0200 Message-Id: <1319216111-2516-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)