From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756536Ab0JSWqQ (ORCPT ); Tue, 19 Oct 2010 18:46:16 -0400 Received: from terminus.zytor.com ([198.137.202.10]:53760 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755677Ab0JSWqO (ORCPT ); Tue, 19 Oct 2010 18:46:14 -0400 Message-ID: <4CBE1F5E.8040807@zytor.com> Date: Tue, 19 Oct 2010 15:44:46 -0700 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100921 Fedora/3.1.4-1.fc13 Thunderbird/3.1.4 MIME-Version: 1.0 To: Jason Baron CC: Thomas Gleixner , Mathieu Desnoyers , Steven Rostedt , Koki Sanagi , Peter Zijlstra , Ingo Molnar , Frederic Weisbecker , nhorman@tuxdriver.com, scott.a.mcmillan@intel.com, laijs@cn.fujitsu.com, LKML , eric.dumazet@gmail.com, kaneshige.kenji@jp.fujitsu.com, David Miller , izumi.taku@jp.fujitsu.com, kosaki.motohiro@jp.fujitsu.com, Heiko Carstens , "Luck, Tony" Subject: Re: [PATCH] tracing: Cleanup the convoluted softirq tracepoints References: <4CBD79CF.2060706@jp.fujitsu.com> <20101019132236.GA19197@Krystal> <1287496495.16971.372.camel@gandalf.stny.rr.com> <20101019142820.GA14520@Krystal> <20101019212816.GA2855@redhat.com> <20101019223842.GE2855@redhat.com> In-Reply-To: <20101019223842.GE2855@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/19/2010 03:38 PM, Jason Baron wrote: > > I'm not sure I did, the documentation says that we have nop followed by > a jmp: > > +The new code is a 'nopl' followed by a 'jmp'. Thus: > + > +nopl - 0f 1f 44 00 00 - 5 bytes > +jmp - eb 3e - 2 bytes > There is no excuse for needing the second jump here, obviously... -hpa