lkml.org 
[lkml]   [2008]   [Jun]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 6/10] arm: convert to generic helpers for IPI function calls
On Mon, Jun 02 2008, Russell King wrote:
> On Thu, May 29, 2008 at 10:58:20AM +0200, Jens Axboe wrote:
> > This converts arm to use the new helpers for smp_call_function() and
> > friends, and adds support for smp_call_function_single().
>
> > +void arch_send_call_function_ipi(cpumask_t mask)
> > {
> > - return smp_call_function_on_cpu(func, info, retry, wait,
> > - cpu_online_map);
> > + send_ipi_message(mask, IPI_CALL_FUNC);
> > }
>
> Can things like the above be inline functions to be included in the
> generic code?

Sure, it could be put asm/smp.h for the supported archs.

--
Jens Axboe



\
 
 \ /
  Last update: 2008-06-06 10:49    [W:0.305 / U:0.440 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site