blob: a6151ebd11e7a2b6b8180932960b2a1855fe9618 (
plain)
1
2
3
4
|
1. It appears that trap() assumes instruction access or data access
faults can only be caused by page faults. Could do better by
checking PFSR in the CMMU and handling parity errors, page faults,
segmentation faults and protection faults appropriately.
|