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