Port-arm archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: earmhf issues on Beaglebone Black
On Jul 22, 2014, at 2:45 PM, Manuel Bouyer <bouyer%antioche.eu.org@localhost>
wrote:
> AFAIK uvm_fault() is not called.
> we enter data_abort_handler() with (fsr & FAULT_TYPE_MASK) == 0xe.
> At line 278, data_aborts[fsr & FAULT_TYPE_MASK].func is not NULL
> (it's dab_buserr() ) so we call it and goto to either do_trapsignal or out.
>
> I just checked, both freebsd and linuxn handle fsr & FAULT_TYPE_MASK) == 0xe
> as we do, I didn't see anything special.
I don't understand why the fault type is 0xe. it should be 0x5.
can you print armreg_ttbr_read() and pm->pm_l1 as well?
Home |
Main Index |
Thread Index |
Old Index