[PATCH] ppc64: fix radix tree allocation under spinlock
From: Anton Blanchard <anton@samba.org> We were allocating radix tree nodes in the interrupt code with GFP_KERNEL under a spinlock. Change it to GFP_ATOMIC.
Showing
Please register or sign in to comment