On Apr 14, 2008, at 10:43 AM, Timur Tabi wrote:
The rheap allocation function, rh_alloc, could call kmalloc with GFP_KERNEL. This can sleep, which means you couldn't hold a spinlock while called rh_alloc. Change all kmalloc calls to use GFP_ATOMIC so that it won't sleep. This is
safe because only small blocks are allocated.

Signed-off-by: Timur Tabi <[EMAIL PROTECTED]>
---

This patch is for 2.6.26.

arch/powerpc/lib/rheap.c |    4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

applied.

- k

_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to