]> git.baikalelectronics.ru Git - kernel.git/commit
sh: intc: Initialize radix tree gfp mask explicitly.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 24 Dec 2010 10:38:37 +0000 (19:38 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 24 Dec 2010 10:38:37 +0000 (19:38 +0900)
commitb5eeddda46361b7e1dd226904210b1bad1b5d763
tree23e769c0e25c86c7f90837e328baf1d10ebd85a4
parente80db5dc12cec7aac2c4de6da5241fa05447acf2
sh: intc: Initialize radix tree gfp mask explicitly.

Presently the root node is initialized by way of kzalloc on the parent
data structure, which by chance happens to do the bulk of what an
explicit initialization does with GFP_NOWAIT semantics. This however is
more by luck than by design, and as we ideally want to permit radix node
allocations access to the emergency pools anyways, add in the proper
initializer with the desired mask.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/sh/intc/core.c