[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <57C9024A16AD2D4C97DC78E552063EA30844AEFB@orsmsx505.amr.corp.intel.com>
Date: Tue, 12 Aug 2008 13:47:37 -0700
From: "Luck, Tony" <tony.luck@...el.com>
To: Simon Horman <horms@...ge.net.au>,
"linux-ia64@...r.kernel.org" <linux-ia64@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [patch] IA64: make rsvd_region and num_rsvd_regions static
> 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:
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);
-Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists