Displaying 1 result from an estimated 1 matches for "5418062d2da8".
2006 Sep 22
0
[XenPPC] Re: [PATCH] Fix BUG in alloc_heap_pages
...ing.
>
> Thanks to Jimi Xenidis for tracking this down.
>
> Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com>
> Acked-by: Amos Waterland <apw@us.ibm.com>
>
> ---
>
> page_alloc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff -r 5418062d2da8 xen/common/page_alloc.c
> --- a/xen/common/page_alloc.c Tue Sep 19 11:26:00 2006 -0500
> +++ b/xen/common/page_alloc.c Thu Sep 21 17:38:41 2006 -0400
> @@ -313,7 +313,7 @@ struct page_info *alloc_heap_pages(unsig
>
> found:
> pg = list_entry(heap[zone][i].next, struct page_...