Re: latest mtd changes broke collie

From: Josh Boyer
Date: Wed Nov 09 2005 - 19:19:02 EST


On 11/9/05, Pavel Machek <pavel@xxxxxx> wrote:
>
> Latest mtd changes break collie...it now oopses during boot. This
> reverts the bad patch.
>
> Signed-off-by: Pavel Machek <pavel@xxxxxxx>
>
<snip>
> - for(i=0;i<100;i++){
> - status = map_read32(map,adr);
> - if((status & SR_READY)==SR_READY)
> - break;
> - udelay(1);
> + status = map_read32(map,adr);

I was just discussing with someone today how map_read32 no longer
exists in the kernel... does this even compile for you?

Somehow I think I'm missing something...

josh
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/