On Fri, 2010-04-09 at 12:11 +0100, Russell King - ARM Linux wrote: > On Thu, Apr 08, 2010 at 07:27:15PM +0100, Russell King - ARM Linux wrote: > > On Thu, Apr 08, 2010 at 09:02:56PM +0530, Rabin Vincent wrote: > > > On Thu, Mar 25, 2010 at 11:32:48PM +0000, Russell King - ARM Linux wrote: > > > > The patch below is the combined patch; individual patches can be found > > > > in the arm:lmb patches on the website or the lmb branch of my git tree; > > > > this should be considered unstable. > > > > > > Something like the following is needed to make initrds work after this > > > patch: > > > > This to me looks like a very large patch for what is a small problem - > > that is the assignment of initrd_start/initrd_size got lost along the > > way. > > > > I'd much rather have the smaller patch; keep the initrd parameters in > > the physical address space for as long as possible, and only convert > > them to the virtual address space once we've finished mm initialisation. > > Here's a revised version which should resolve the initrd problem. BTW. I'm doing some cleanup of lmb, you can take a peek at my WIP in git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git branch "lmb". It shouldn't break your stuff, though you will probably need to add a call to lmb_set_current_limit() in the right place instead of setting LMB_REAL_LIMIT to lowmem_end_addr. Anyway, it's still WIP, but feel free to comment, and if there's something else you want me to do, cleanup or change in the core LMB, let me know. Cheers, Ben. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html