|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Xen 3.1.3 and Linux Kernel 2.6.18.8
Is this the *only* change in the .8 patch that affects any sparse tree file?
-- Keir
On 16/1/08 14:22, "S.Çağlar Onur" <caglar@xxxxxxxxxxxxx> wrote:
> Hi;
>
> 16 Oca 2008 Çar tarihinde, Keir Fraser şunları yazmıştı:
>> I get a build failure in mm/page_alloc.c. Probably some files in the sparse
>> tree need updating with .8 changes?
>
> Yep, sorry for not seeing before (i'm building right now), following solves
> this issue;
>
> diff -r 0918b4bbffbb linux-2.6-xen-sparse/mm/page_alloc.c
> --- a/linux-2.6-xen-sparse/mm/page_alloc.c Tue Jan 15 11:19:14 2008 +0000
> +++ b/linux-2.6-xen-sparse/mm/page_alloc.c Wed Jan 16 16:21:45 2008 +0200
> @@ -2030,7 +2030,7 @@ static void __meminit free_area_init_cor
> zone->zone_pgdat = pgdat;
> zone->free_pages = 0;
>
> - zone->temp_priority = zone->prev_priority = DEF_PRIORITY;
> + zone->prev_priority = DEF_PRIORITY;
>
> zone_pcp_init(zone);
> INIT_LIST_HEAD(&zone->active_list);
>
> Cheers
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|