Minix 3/src 7c3424cminix/kernel/arch/earm exception.c, minix/kernel/arch/earm/include archconst.h

kernel/arm: do not treat all data aborts as pagefaults

For now, distinguish alignment, translation and permission faults.
The first kind of faults cause the kernel to send SIGBUS to the
process causing the fault, the latter two are forwarded to `vm' as
pagefaults. Previously, any data abort was forwarded to `vm' as
a pagefault, resulting in hard to debug issue #104.

Any unhandled fault status results in a disaster. This seems
better than naively hoping `vm' can do something about it.

Change-Id: I526f575bb2681e087e20fd49c5c0846cdd450c31
DeltaFile
+29-1minix/kernel/arch/earm/exception.c
+19-0minix/kernel/arch/earm/include/archconst.h
+48-12 files

UnifiedSplitRaw