lkml.org 
[lkml]   [2010]   [May]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 05/25] lmb: Factor the lowest level alloc function
On Mon, 10 May 2010, Benjamin Herrenschmidt wrote:
>
> @@ -396,33 +406,24 @@ u64 __init __lmb_alloc_base(u64 size, u64 align, u64 max_addr)
> if (max_addr == LMB_ALLOC_ANYWHERE)
> max_addr = LMB_REAL_LIMIT;
>
> + /* Pump up max_addr */
> + if (max_addr == LMB_ALLOC_ANYWHERE)
> + max_addr = ~(u64)0;
> +

That if is pretty useless as you set max_addr to LMB_REAL_LIMIT
right above.

Thanks,

tglx


\
 
 \ /
  Last update: 2010-05-12 10:17    [W:2.163 / U:0.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site