Re: [patch] IA64: make rsvd_region and num_rsvd_regions static

From: Simon Horman
Date: Tue Aug 12 2008 - 19:21:37 EST


On Tue, Aug 12, 2008 at 01:47:37PM -0700, Luck, Tony wrote:
> > rsvd_region and num_rsvd_regions are only accessed in
> > arch/ia64/kernel/setup.c, so they should be static.
>
> Are you looking at -mm or linux-next? In my tree I see:

Whatever I was looking at, I was wrong. Sorry for the noise.

> arch/ia64/mm/contig.c: for (i = 0; i < num_rsvd_regions; i++) {
> arch/ia64/mm/contig.c: range_end = min(end, rsvd_region[i].start & PAGE_MASK);
> arch/ia64/mm/contig.c: free_start = PAGE_ALIGN(rsvd_region[i].end);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/