From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <18730.4823.146518.37665@drongo.ozlabs.ibm.com> Date: Mon, 24 Nov 2008 13:35:03 +1100 From: Paul Mackerras To: Steven Rostedt Subject: Re: [PATCH 5/5] powerpc/ppc32: ftrace, dynamic ftrace to handle modules In-Reply-To: <20081120191149.959614508@goodmis.org> References: <20081120190948.057007623@goodmis.org> <20081120191149.959614508@goodmis.org> Cc: Andrew Morton , linux-kernel@vger.kernel.org, Milton Miller , linuxppc-dev@ozlabs.org, Steven Rostedt , Ingo Molnar , Thomas Gleixner List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Steven Rostedt writes: > This patch performs the necessary trampoline calls to handle > modules with dynamic ftrace on 32 bit PowerPC. Looks OK except for the need to call flush_icache_range after probe_kernel_write, like in the 64-bit case. Paul.