Re: Please pull drivers/scsi/dec_esp.c from Linus' git

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux