• Johannes Erdfelt's avatar
    [PATCH] uhci.c 2.4.19-pre3 kmem_cache_alloc flags · 40bb0d53
    Johannes Erdfelt authored
    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
    40bb0d53
uhci.c 75.1 KB