Re: [PATCH 4/5] powerpc: ftrace, use create_branch

2008-11-27 Thread Michael Ellerman
On Wed, 2008-11-26 at 16:58 -0500, Steven Rostedt wrote: > plain text document attachment > (0004-powerpc-ftrace-use-create_branch.patch) > From: Steven Rostedt <[EMAIL PROTECTED]> > > Impact: clean up > > Paul Mackerras pointed out that the code to determine if the branch > can reach the destina

[PATCH 4/5] powerpc: ftrace, use create_branch

2008-11-26 Thread Steven Rostedt
From: Steven Rostedt <[EMAIL PROTECTED]> Impact: clean up Paul Mackerras pointed out that the code to determine if the branch can reach the destination is incorrect. Michael Ellerman suggested to pull out the code from create_branch and use that. Simply using create_branch is probably the best.