Re: [PATCH] ftrace: use only 5 byte nops for x86

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jeremy Fitzhardinge
Date: Friday, August 15, 2008 - 3:50 pm

Linus Torvalds wrote:

Well, there's two distinct issues here.  There's the need for a
single-instruction 5 byte nop, and the need for efficient nops.  It so
happens in this case that they're the same thing.  But in general, the
generic nop interface is intended to return the most efficient nop, not
an atomic nop (or with any other properties).  To handle it generically,
we'd either need to redefine the meaning of the existing nop-padding
interface, or add an "atomic nop" interface.

    J
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] ftrace: use only 5 byte nops for x86, Steven Rostedt, (Thu Aug 14, 3:05 pm)
Re: [PATCH] ftrace: use only 5 byte nops for x86, Jeremy Fitzhardinge, (Thu Aug 14, 4:49 pm)
Re: [PATCH] ftrace: use only 5 byte nops for x86, Ingo Molnar, (Fri Aug 15, 2:22 am)
Re: [PATCH] ftrace: use only 5 byte nops for x86, H. Peter Anvin, (Fri Aug 15, 3:30 pm)
Re: [PATCH] ftrace: use only 5 byte nops for x86, Linus Torvalds, (Fri Aug 15, 3:44 pm)
Re: [PATCH] ftrace: use only 5 byte nops for x86, Jeremy Fitzhardinge, (Fri Aug 15, 3:50 pm)
Re: [PATCH] ftrace: use only 5 byte nops for x86, H. Peter Anvin, (Fri Aug 15, 3:52 pm)