Re: ohci1394_dma=early crash since 2.6.32 (was Re: [Bug #14487]PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0)
From: Justin P. Mattock
Date: Thu Feb 04 2010 - 05:12:36 EST
On 02/04/10 01:57, Jan Beulich wrote:
"Justin P. Mattock"<justinmattock@xxxxxxxxx> 04.02.10 10:48>>>
I see:
ohci.registers = (void *)fix_to_virt(FIX_OHCI1394_BASE);
then I think it calls:
set_fixmap_nocache(FIX_OHCI1394_BASE, ohci_base);
I'm guessing somewhere with the fix_to_virt might be something
(but could be wrong);
No, it ought to be that set_fixmap_nocache().
Jan
hmm..
as a quick test I did try:
set_fixmap(FIX_OHCI1394_BASE, ohci_base);
(maybe ohci_base)
which still hit, maybe something else
in the set of calls is hitting
i.g. address specific or something.
(I'll have to keep looking on this);
Justin P. mattock
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/