Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145917507
D29369.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
579 B
Referenced Files
None
Subscribers
None
D29369.diff
View Options
diff --git a/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c b/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c
--- a/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c
+++ b/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c
@@ -475,7 +475,7 @@
#define DTRACE_STORE(type, tomax, offset, what) \
*((type *)((uintptr_t)(tomax) + (uintptr_t)offset)) = (type)(what);
-#ifndef __x86
+#if !defined(__x86) && !defined(__aarch64__)
#define DTRACE_ALIGNCHECK(addr, size, flags) \
if (addr & (size - 1)) { \
*flags |= CPU_DTRACE_BADALIGN; \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Feb 27, 3:54 AM (16 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29013245
Default Alt Text
D29369.diff (579 B)
Attached To
Mode
D29369: Teach DTrace that unaligned accesses are allowed on aarch64, not just x86.
Attached
Detach File
Event Timeline
Log In to Comment