diff options
author | Michal Meloun <mmel@FreeBSD.org> | 2024-11-08 12:00:57 +0000 |
---|---|---|
committer | Michal Meloun <mmel@FreeBSD.org> | 2024-11-11 08:22:37 +0000 |
commit | 248109448f6afb3d093a522677aab2975a3e7a15 (patch) | |
tree | dc18c1e1c77df515aafe7bbddf11879976fb016b /test/MC/Sparc | |
parent | 114080d19973331426cd826f3a961c6ea9216a53 (diff) | |
download | src-main.tar.gz src-main.zip |
The BUSDMA buffer is treated as normal memory during compilation and compiler
is free to inline/optimize basic functions (i.e. memset, memcpy) accessing
buffers, including when an instruction is generated that performs a word
access to unaligned data. We support this, but only if the buffer in question
is mapped as normal memory (cached or not), but not to memory mapped as
strongly ordered or device type.
MFC after: 1 month
Differential Revision: https://reviews.freebsd.org/D47485
Diffstat (limited to 'test/MC/Sparc')
0 files changed, 0 insertions, 0 deletions