lkml.org 
[lkml]   [2005]   [Oct]   [24]   [last100]   RSS Feed
Views: [more markup]   [less markup]   [headers]   [forward]  
 
Messages in this thread
/
DateMon, 24 Oct 2005 00:48:33 -0700
FromAndrew Morton <>
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 05:52    [W:0.139 / U:0.410 seconds]
©2003-2008 Jasper Spaans