Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108658095
D45536.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
350 B
Referenced Files
None
Subscribers
None
D45536.diff
View Options
diff --git a/sys/dev/mana/gdma_main.c b/sys/dev/mana/gdma_main.c
--- a/sys/dev/mana/gdma_main.c
+++ b/sys/dev/mana/gdma_main.c
@@ -942,7 +942,7 @@
int err;
int i;
- if (length < PAGE_SIZE || !is_power_of_2(length)) {
+ if (length < PAGE_SIZE || !powerof2(length)) {
mana_err(NULL, "gmi size incorrect: %u\n", length);
return EINVAL;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 28, 3:14 AM (10 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16243205
Default Alt Text
D45536.diff (350 B)
Attached To
Mode
D45536: log2: move log2 related functions from kpi to libkern
Attached
Detach File
Event Timeline
Log In to Comment