On Tue, Jun 23, 2009 at 2:31 AM, Grant Grundler<grundler@xxxxxxxxxxxxxxxx> wrote: > On Sat, Jun 20, 2009 at 08:06:34PM -0400, John David Anglin wrote: >> > In the meantime...if someone can explain this error I could build and test: >> > fs/nfs/nfsroot.c:400: error: __setup_str_nfs_root_setup causes a section type conflict >> > >> > something to do with __setup(nfs_root_setup) but it's not obvious to me what. >> >> Google says see: >> http://lkml.org/lkml/2009/5/26/329 > > Thank you...removing the __initconst added by this change: > -static match_table_t __initconst tokens = { > +static const match_table_t tokens __initconst = { > > allows me to build. Is no one else building with NFSROOT enabled? I boot directly from disk on both my test machines (a500, c3k). Cheers, Carlos. -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html