On Sat, Jun 20, 2009 at 07:39:28PM -0400, John David Anglin wrote: > > + pa_pdc_cell = kzalloc(sizeof(pdc_pat_cell_mod_maddr_block_t)); > > + if (!pa_pdc_cell) > > + return; > > + > > + io_pdc_cell = kzalloc(sizeof(pdc_pat_cell_mod_maddr_block_t)); > > The kzalloc calls are missing an argument... Doh #2....thank you, Dave. Time for a nap. 5h is clearly not enough. I'll risk posting another version even though I still can't build. BTW, here is the offending error: fs/nfs/nfsroot.c:400: error: __setup_str_nfs_root_setup causes a section type conflict and the offending line 400 after preprocessing: static const char __setup_str_nfs_root_setup[] __attribute__ ((__section__(".init.rodata"))) __attribute__((aligned(1))) = "nfsroot="; static struct obs_kernel_param __setup_nfs_root_setup __attribute__((__used__)) __attribute__ ((__section__(".init.setup"))) __attribute__((aligned((sizeof(long))))) = { __setup_str_nfs_root_setup, nfs_root_setup, 0 }; thanks, grant -- 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