5e(1): more cleanup
This commit is contained in:
parent
8653789c2f
commit
2f59a5d392
1 changed files with 3 additions and 1 deletions
|
@ -111,7 +111,9 @@ Careless use of the
|
||||||
.B LDREX
|
.B LDREX
|
||||||
and
|
and
|
||||||
.B STREX
|
.B STREX
|
||||||
instructions can lead to deadlock, while a real processor will exhibit undefined behavior in these cases.
|
instructions can lead to deadlock, while the
|
||||||
|
.I ARM Architecture Reference Manual
|
||||||
|
indicates a real processor will exhibit undefined behavior in these cases.
|
||||||
|
|
||||||
Accesses spanning segment boundaries will be treated as page faults.
|
Accesses spanning segment boundaries will be treated as page faults.
|
||||||
Many syscalls such as
|
Many syscalls such as
|
||||||
|
|
Loading…
Reference in a new issue