From patchwork Fri Sep 21 17:51:16 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Walmsley X-Patchwork-Id: 1492721 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 239743FCFC for ; Fri, 21 Sep 2012 17:51:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932539Ab2IURvT (ORCPT ); Fri, 21 Sep 2012 13:51:19 -0400 Received: from utopia.booyaka.com ([74.50.51.50]:34490 "EHLO utopia.booyaka.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932122Ab2IURvR (ORCPT ); Fri, 21 Sep 2012 13:51:17 -0400 Received: (qmail 10188 invoked by uid 1019); 21 Sep 2012 17:51:16 -0000 Date: Fri, 21 Sep 2012 17:51:16 +0000 (UTC) From: Paul Walmsley To: "Paul E. McKenney" cc: "Bruce, Becky" , "Paul E. McKenney" , "" , "" , "" , "Hilman, Kevin" , "Shilimkar, Santosh" , "Hunter, Jon" , "" Subject: Re: rcu self-detected stall messages on OMAP3, 4 boards In-Reply-To: Message-ID: References: <20120913011208.GT4257@linux.vnet.ibm.com> <20120920000351.GI2455@linux.vnet.ibm.com> <20120920220130.GN2449@linux.vnet.ibm.com> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org On Fri, 21 Sep 2012, Paul Walmsley wrote: > The config used was 'omap2plus_defconfig', and enabled CONFIG_CPU_IDLE > by hand. One other thing I forgot to mention - CONFIG_RCU_CPU_STALL_INFO was enabled by hand also. Below is the diff between omap2plus_defconfig and the config that was used here. - Paul --- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- .config 2012-09-21 11:50:19.565972113 -0600 +++ .testconfig 2012-09-21 11:50:12.233946950 -0600 @@ -536,7 +536,9 @@ # CPU Frequency scaling # # CONFIG_CPU_FREQ is not set -# CONFIG_CPU_IDLE is not set +CONFIG_CPU_IDLE=y +CONFIG_CPU_IDLE_GOV_LADDER=y +CONFIG_CPU_IDLE_GOV_MENU=y CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED=y # @@ -2535,7 +2537,7 @@ # CONFIG_BOOT_PRINTK_DELAY is not set # CONFIG_RCU_TORTURE_TEST is not set CONFIG_RCU_CPU_STALL_TIMEOUT=60 -# CONFIG_RCU_CPU_STALL_INFO is not set +CONFIG_RCU_CPU_STALL_INFO=y # CONFIG_RCU_TRACE is not set # CONFIG_KPROBES_SANITY_TEST is not set # CONFIG_BACKTRACE_SELF_TEST is not set