From mboxrd@z Thu Jan 1 00:00:00 1970 From: nico@fluxnic.net (Nicolas Pitre) Date: Fri, 07 Oct 2011 19:26:55 -0400 (EDT) Subject: [PATCH 5/4] ARM: OMAP: Move set_globals initialization to happen in init_early In-Reply-To: <20111007145403.GG6324@atomide.com> References: <20111005004339.26980.31149.stgit@kaulin.local> <20111005014044.GZ6324@atomide.com> <20111006013656.GG6324@atomide.com> <4E8EA2A4.5070301@ti.com> <20111007145403.GG6324@atomide.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, 7 Oct 2011, Tony Lindgren wrote: > * Santosh Shilimkar [111006 23:22]: > > The changes looks fine to me. Though the ugly hard-coding > > is back with it, it's a step towards generic_io, so hopefully > > it won't have to stay for long time. > > Nico please correct me if I'm wrong, but I think that with > generic map_io we have static mappings in place after map_io, > and then ioremap should work for the static mappings right > after map_io except without the need for __arch_ioremap. Yes, that _should_ work. Nicolas