Re: HPMC bus timeout on C3600

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

 



On Fri, Jan 02, 2009 at 09:46:44PM +0100, Guy Martin wrote:
> OS HPMC handler length needs to be in bytes, not in words.
> Signed-off-by: Guy Martin <gmsoft@xxxxxxxxxxxx>
> 
> -	length = os_hpmc_end - os_hpmc;
> +	length = (os_hpmc_end - os_hpmc) * sizeof(u32);
>  	ivap[7] = length;

Ick. I wonder if I screwed that up when I fixed the function descriptor
breakage...

Will apply this fix, thanks Guy.

cheers, Kyle
--
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

[Index of Archives]     [Linux SoC]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux