Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149104995
D20879.id59548.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
529 B
Referenced Files
None
Subscribers
None
D20879.id59548.diff
View Options
Index: head/sys/dev/cxgbe/tom/t4_cpl_io.c
===================================================================
--- head/sys/dev/cxgbe/tom/t4_cpl_io.c
+++ head/sys/dev/cxgbe/tom/t4_cpl_io.c
@@ -1985,7 +1985,7 @@
last = NULL;
while (len > 0) {
mlen = imin(len, MBUF_PEXT_MAX_PGS * PAGE_SIZE - pgoff);
- KASSERT(mlen == len || (start + mlen & PAGE_MASK) == 0,
+ KASSERT(mlen == len || ((start + mlen) & PAGE_MASK) == 0,
("%s: next start (%#jx + %#x) is not page aligned",
__func__, (uintmax_t)start, mlen));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 23, 7:48 AM (14 m, 46 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30172564
Default Alt Text
D20879.id59548.diff (529 B)
Attached To
Mode
D20879: Fix gcc build for cxgbe(4)
Attached
Detach File
Event Timeline
Log In to Comment