From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by ozlabs.org (Postfix) with ESMTP id A1243DDE21 for ; Thu, 29 Nov 2007 08:36:15 +1100 (EST) Received: by wa-out-1112.google.com with SMTP id m28so2218387wag for ; Wed, 28 Nov 2007 13:36:14 -0800 (PST) Message-ID: Date: Wed, 28 Nov 2007 13:36:13 -0800 From: "Tim Pepper" To: "Timur Tabi" Subject: Re: Why are CONFIG_LOCKDEP_SUPPORT, CONFIG_TRACE_IRQFLAGS_SUPPORT, and CONFIG_STACKTRACE_SUPPORT not defined for PowerPC? In-Reply-To: <474DC7D0.4080907@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 References: <474DC7D0.4080907@freescale.com> Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Nov 28, 2007 11:56 AM, Timur Tabi wrote: > These three Kconfig options: > > CONFIG_LOCKDEP_SUPPORT > CONFIG_TRACE_IRQFLAGS_SUPPORT > CONFIG_STACKTRACE_SUPPORT > > Are not defined for ppc or powerpc, but they are defined for several other > architectures. I'm trying to debug some semaphore locks in ALSA, and these > defines are necessary to enable some other Kconfig features. These work for me, but I don't think they're finalised yet so your mileage may vary: http://patchwork.ozlabs.org/linuxppc/patch?id=14171 http://patchwork.ozlabs.org/linuxppc/patch?id=14172 Tim