From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by ozlabs.org (Postfix) with ESMTP id 448C8DDF92 for ; Tue, 21 Oct 2008 04:42:40 +1100 (EST) Received: by nf-out-0910.google.com with SMTP id e27so934174nfd.9 for ; Mon, 20 Oct 2008 10:42:38 -0700 (PDT) Message-ID: Date: Mon, 20 Oct 2008 19:42:38 +0200 From: "=?ISO-8859-1?Q?Fr=E9d=E9ric_Weisbecker?=" To: "Josh Boyer" Subject: Re: [PATCH 0/2] ftrace: fixes for PPC In-Reply-To: <20081020170808.GB7249@yoda.jdub.homelinux.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 References: <20080906050602.409299112@goodmis.org> <20080906120346.GA30964@elte.hu> <20081016181452.GA29739@yoda.jdub.homelinux.org> <20081016183529.GB29739@yoda.jdub.homelinux.org> <20081016150106.6ddf7e46@zod.rchland.ibm.com> <20081020170808.GB7249@yoda.jdub.homelinux.org> Cc: Peter Zijlstra , Ingo Molnar , linux-kernel@vger.kernel.org, Steven Rostedt , linuxppc-dev@ozlabs.org, Thomas Gleixner , Andrew Morton , David Miller List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 2008/10/20 Josh Boyer : > That seems like a good plan. Should we mark dynamic ftrace as X86 only > in Kconfig for .28 to prevent people from inadvertently setting it? Hi Josh. There are other arch that support ftrace as well like sh or sparc64 (I'm currently working on an implementation for mips). So the choice would be better between waiting for a fix or disable dynamic ftrace on Kconfig only for PowerPC.