![]() | ||||||||||
Messages in this thread |
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 | ||||||||||