Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153331091
D15754.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
552 B
Referenced Files
None
Subscribers
None
D15754.diff
View Options
Index: head/sys/dev/liquidio/lio_main.c
===================================================================
--- head/sys/dev/liquidio/lio_main.c
+++ head/sys/dev/liquidio/lio_main.c
@@ -1770,8 +1770,8 @@
if (g == NULL)
break;
- g->sg = (struct lio_sg_entry *)
- ((uint64_t)lio->glists_virt_base[i] +
+ g->sg = (struct lio_sg_entry *)(uintptr_t)
+ ((uint64_t)(uintptr_t)lio->glists_virt_base[i] +
(j * lio->glist_entry_size));
g->sg_dma_ptr = (uint64_t)lio->glists_dma_base[i] +
(j * lio->glist_entry_size);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 21, 12:54 PM (9 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31911657
Default Alt Text
D15754.diff (552 B)
Attached To
Mode
D15754: Fix build of liquidio with base gcc on i386
Attached
Detach File
Event Timeline
Log In to Comment