[LinuxBIOS] Re: dead loop in compute_allocate_resource

yhlu yinghailu at gmail.com
Wed Jul 6 07:11:56 CEST 2005


actually you are using 

if (resource->flags & IORESOURCE_FIXED) {
         continue;
}

in the main loop

YH

On 7/5/05, Eric W. Biederman <ebiederman at lnxi.com> wrote:
> yhlu <yinghailu at gmail.com> writes:
> 
> > solution will be add
> > if (resource->flags & IORESOURCE_FIXED)  return
> > in pick_largest_resource.
> 
> This solution seems suspicious.  I would expect this to have
> triggered before if a proper fix was as simple as that.
> 
> Eric
>




More information about the coreboot mailing list