Page MenuHomeFreeBSD

D36865.diff
No OneTemporary

D36865.diff

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

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)

Event Timeline