]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux/nslu2-kernel/2.6.11-mm/bootramdisk.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linux / nslu2-kernel / 2.6.11-mm / bootramdisk.patch
1 --- linux-2.6.11/arch/arm/kernel/setup.c.orig   Mon Mar  7 09:41:40 2005
2 +++ linux-2.6.11/arch/arm/kernel/setup.c        Mon Mar  7 09:42:15 2005
3 @@ -431,8 +431,10 @@
4         rd_prompt = prompt;
5         rd_doload = doload;
6  
7 +#if 0 /* rd_size is not exported by 2.6.11-mm1 */
8         if (rd_sz)
9                 rd_size = rd_sz;
10 +#endif
11  #endif
12  }
13