From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759679AbZFMX4a (ORCPT ); Sat, 13 Jun 2009 19:56:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754249AbZFMX4V (ORCPT ); Sat, 13 Jun 2009 19:56:21 -0400 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:51182 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754245AbZFMX4V (ORCPT ); Sat, 13 Jun 2009 19:56:21 -0400 Date: Sat, 13 Jun 2009 16:56:23 -0700 (PDT) Message-Id: <20090613.165623.04217938.davem@davemloft.net> To: mingo@elte.hu Cc: linux-kernel@vger.kernel.org, sparclinux@vger.kernel.org, rostedt@goodmis.org Subject: Re: [PATCH] Bring sparc64 dynamic ftrace up to snuff... From: David Miller In-Reply-To: <20090613194027.GA25439@elte.hu> References: <20090613.011020.214065340.davem@davemloft.net> <20090613194027.GA25439@elte.hu> X-Mailer: Mew version 6.2.51 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Ingo Molnar Date: Sat, 13 Jun 2009 21:40:27 +0200 > btw., just one (really stupid) question here: can ftrace_call be > misaligned, and is misalignment a problem on Sparc? If it's not a > problem then disregard the rest of the mail. Every instruction must be 4-byte aligned on sparc. Any instruction in the .text.* sections will thus always be 4-byte aligned. From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Date: Sat, 13 Jun 2009 23:56:23 +0000 Subject: Re: [PATCH] Bring sparc64 dynamic ftrace up to snuff... Message-Id: <20090613.165623.04217938.davem@davemloft.net> List-Id: References: <20090613.011020.214065340.davem@davemloft.net> <20090613194027.GA25439@elte.hu> In-Reply-To: <20090613194027.GA25439@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: mingo@elte.hu Cc: linux-kernel@vger.kernel.org, sparclinux@vger.kernel.org, rostedt@goodmis.org From: Ingo Molnar Date: Sat, 13 Jun 2009 21:40:27 +0200 > btw., just one (really stupid) question here: can ftrace_call be > misaligned, and is misalignment a problem on Sparc? If it's not a > problem then disregard the rest of the mail. Every instruction must be 4-byte aligned on sparc. Any instruction in the .text.* sections will thus always be 4-byte aligned.