Re: [PATCH] Fix optimized search

2007-11-20 Thread Gregory Haskins
>>> On Tue, Nov 20, 2007 at 11:26 PM, in message <[EMAIL PROTECTED]>, Steven Rostedt <[EMAIL PROTECTED]> wrote: > On Tue, Nov 20, 2007 at 11:15:48PM -0500, Steven Rostedt wrote: >> Gregory Haskins wrote: >>> I spied a few more issues from http://lkml.org/lkml/2007/11/20/590. >>> Patch is below..

Re: [PATCH] Fix optimized search

2007-11-20 Thread Steven Rostedt
On Tue, Nov 20, 2007 at 11:15:48PM -0500, Steven Rostedt wrote: > Gregory Haskins wrote: >> I spied a few more issues from http://lkml.org/lkml/2007/11/20/590. >> Patch is below.. > > Thanks, but I have one update... > Here's the updated patch. Oh, and Gregory, please email me at my [EMAIL

Re: [PATCH] Fix optimized search

2007-11-20 Thread Steven Rostedt
Gregory Haskins wrote: I spied a few more issues from http://lkml.org/lkml/2007/11/20/590. Patch is below.. Thanks, but I have one update... Regards, -Greg - Include cpu 0 in the search, and eliminate the redundant cpu_set since the bit should already be set in the mask.

[PATCH] Fix optimized search

2007-11-20 Thread Gregory Haskins
I spied a few more issues from http://lkml.org/lkml/2007/11/20/590. Patch is below.. Regards, -Greg - Include cpu 0 in the search, and eliminate the redundant cpu_set since the bit should already be set in the mask. Signed-off-by: Gregory Haskins <[EMAIL PROTECTED]> ---

[PATCH] Fix optimized search

2007-11-20 Thread Gregory Haskins
I spied a few more issues from http://lkml.org/lkml/2007/11/20/590. Patch is below.. Regards, -Greg - Include cpu 0 in the search, and eliminate the redundant cpu_set since the bit should already be set in the mask. Signed-off-by: Gregory Haskins [EMAIL PROTECTED] ---

Re: [PATCH] Fix optimized search

2007-11-20 Thread Steven Rostedt
On Tue, Nov 20, 2007 at 11:15:48PM -0500, Steven Rostedt wrote: Gregory Haskins wrote: I spied a few more issues from http://lkml.org/lkml/2007/11/20/590. Patch is below.. Thanks, but I have one update... Here's the updated patch. Oh, and Gregory, please email me at my [EMAIL PROTECTED]

Re: [PATCH] Fix optimized search

2007-11-20 Thread Steven Rostedt
Gregory Haskins wrote: I spied a few more issues from http://lkml.org/lkml/2007/11/20/590. Patch is below.. Thanks, but I have one update... Regards, -Greg - Include cpu 0 in the search, and eliminate the redundant cpu_set since the bit should already be set in the mask.

Re: [PATCH] Fix optimized search

2007-11-20 Thread Gregory Haskins
On Tue, Nov 20, 2007 at 11:26 PM, in message [EMAIL PROTECTED], Steven Rostedt [EMAIL PROTECTED] wrote: On Tue, Nov 20, 2007 at 11:15:48PM -0500, Steven Rostedt wrote: Gregory Haskins wrote: I spied a few more issues from http://lkml.org/lkml/2007/11/20/590. Patch is below.. Thanks, but I