On Fri, 30 Jun 2006 13:32:48 +0200
Adrian Bunk <[email protected]> wrote:
> -EXPORT_SYMBOL(first_online_pgdat);
> +EXPORT_UNUSED_SYMBOL(first_online_pgdat); /* June 2006 */
for_each_zone() and for_each_online_pgdat() need this. So the export is an
internal implementation detail to support those macros. Those macros are
reasonable(ish) things to be doing from modules - could be that people
are using for_each_zone() already.
> -EXPORT_SYMBOL(next_online_pgdat);
> +EXPORT_UNUSED_SYMBOL(next_online_pgdat); /* June 2006 */
Ditto
> -EXPORT_SYMBOL(next_zone);
> +EXPORT_UNUSED_SYMBOL(next_zone); /* June 2006 */
>
Tritto.
We could give it a whizz, but I'd expect that we'll end up dropping it.
But then again, zones are fairly low-level things. Let's give it a try.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]