Re: latest mtd changes broke collie
From: Josh Boyer (jwboyer_at_gmail.com)
Date: 11/10/05
- Previous message: Nick Piggin: "Re: [PATCH 01/16] mm: delayed page activation"
- In reply to: Pavel Machek: "latest mtd changes broke collie"
- Next in thread: Pavel Machek: "Re: latest mtd changes broke collie"
- Reply: Pavel Machek: "Re: latest mtd changes broke collie"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 9 Nov 2005 18:19:02 -0600 To: Pavel Machek <pavel@ucw.cz>
On 11/9/05, Pavel Machek <pavel@ucw.cz> wrote:
>
> Latest mtd changes break collie...it now oopses during boot. This
> reverts the bad patch.
>
> Signed-off-by: Pavel Machek <pavel@suse.cz>
>
<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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Nick Piggin: "Re: [PATCH 01/16] mm: delayed page activation"
- In reply to: Pavel Machek: "latest mtd changes broke collie"
- Next in thread: Pavel Machek: "Re: latest mtd changes broke collie"
- Reply: Pavel Machek: "Re: latest mtd changes broke collie"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|