> 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... The fix doesn't seem right. Probably, os_hpmc and os_hpmc_end are pointing to function descriptors. Dave -- J. David Anglin dave.anglin@xxxxxxxxxxxxxx National Research Council of Canada (613) 990-0752 (FAX: 952-6602) -- 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