On Wed, 15 Feb 2006, Ralf Baechle wrote: > > @@ -230,7 +230,7 @@ > > mem_start = get_tc_base_addr(slot); > > > > /* Store base addr into esp struct */ > > - esp->slot = mem_start; > > + esp->slot = CPHYSADDR(mem_start); > > > > esp->dregs = 0; > > esp->eregs = (void *)CKSEG1ADDR(mem_start + > > I merged allmost all of the differences from mainline except this one. > > Maciej, does this need the CPHYSADDR() op or not here? Of course not as get_tc_base_addr() returns a physical address these days. Thanks for spotting this bit. Maciej