Changeset b13d80b in mainline for uspace/lib/sif/src/sif.c

Timestamp:
2018-08-10T22:06:29Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
498ced1
Parents:
21a0d8a
Message:

Configure speculative TLB miss faults to defer

Without this, speculative faults such as the Alternate Data TLB fault
will not be automatically deferred by hardware, leading to an exception
on eg. ld8.s instruction. This may happen very early even before the
kernel manages to setup exceptions, resulting in a hard-to-debug crash.

(No files)

Note: See TracChangeset for help on using the changeset viewer.