Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109261664
D48497.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
324 B
Referenced Files
None
Subscribers
None
D48497.diff
View Options
diff --git a/sys/riscv/include/atomic.h b/sys/riscv/include/atomic.h
--- a/sys/riscv/include/atomic.h
+++ b/sys/riscv/include/atomic.h
@@ -569,7 +569,7 @@
ATOMIC_FCMPSET_ACQ_REL(64);
static __inline uint64_t
-atomic_load_acq_64(volatile uint64_t *p)
+atomic_load_acq_64(const volatile uint64_t *p)
{
uint64_t ret;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 3, 6:09 PM (21 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16015354
Default Alt Text
D48497.diff (324 B)
Attached To
Mode
D48497: atomics: Constify loads: More constification
Attached
Detach File
Event Timeline
Log In to Comment