lkml.org 
[lkml]   [2005]   [Oct]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 01/02] cpuset bitmap and mask remap operators
Paul Jackson <pj@sgi.com> wrote:
>
> +#define node_remap(oldbit, old, new) \
> + __node_remap((oldbit), &(old), &(new), MAX_NUMNODES)
> +static inline int __node_remap(int oldbit,
> + const nodemask_t *oldp, const nodemask_t *newp, int nbits)
> +{
> + return bitmap_bitremap(oldbit, oldp->bits, newp->bits, nbits);
> +}

What's the reason for the wrapper macro?

+EXPORT_SYMBOL(bitmap_bitremap);

Is that deliberately not EXPORT_SYMBOL_GPL?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-10-24 09:52    [W:0.919 / U:0.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site