[PATCH] uhci.c 2.4.19-pre3 kmem_cache_alloc flags
My previous patch which cleaned up some of the spinlocks, moved one of the spinlocks around a call to kmem_cache_alloc. It would sometimes erroneously call it with GFP_KERNEL. This patch fixes the problem by always calling it with GFP_ATOMIC. Thanks to Greg for pointing this out to me. JE
Showing
Please register or sign in to comment