Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F110184099
D36865.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
298 B
Referenced Files
None
Subscribers
None
D36865.diff
View Options
diff --git a/sys/powerpc/aim/slb.c b/sys/powerpc/aim/slb.c
--- a/sys/powerpc/aim/slb.c
+++ b/sys/powerpc/aim/slb.c
@@ -535,7 +535,7 @@
struct slb **
slb_alloc_user_cache(void)
{
- return (uma_zalloc(slb_cache_zone, M_ZERO));
+ return (uma_zalloc(slb_cache_zone, M_WAITOK | M_ZERO));
}
void
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 15, 6:47 PM (11 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16663257
Default Alt Text
D36865.diff (298 B)
Attached To
Mode
D36865: powerpc: slb_alloc_user_cache fix missing uma_zalloc wait flag
Attached
Detach File
Event Timeline
Log In to Comment