]> asedeno.scripts.mit.edu Git - linux.git/commit
powerpc/xive: Use GFP_KERNEL instead of GFP_ATOMIC in 'xive_irq_bitmap_add()'
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Thu, 1 Aug 2019 08:32:31 +0000 (10:32 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 15 Aug 2019 12:52:55 +0000 (22:52 +1000)
commitb214a8f2ea964b5ff2cc4a1e8bd8c74f64741f20
treee022009d54d2488cff0bd7aa4317bc143906a2ab
parent9616dda1aaddb2080122aaeab96ad7fc064e36b4
powerpc/xive: Use GFP_KERNEL instead of GFP_ATOMIC in 'xive_irq_bitmap_add()'

There is no need to use GFP_ATOMIC here. GFP_KERNEL should be enough.
GFP_KERNEL is also already used for another allocation just a few lines
below.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Greg Kurz <groug@kaod.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/85d5d247ce753befd6aa63c473f7823de6520ccd.1564647619.git.christophe.jaillet@wanadoo.fr
arch/powerpc/sysdev/xive/spapr.c