1
0
Fork 0
alistair23-linux/drivers/sh/intc
Paul Mundt 30f2ba3801 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>
2010-12-24 19:38:37 +09:00
..
Kconfig sh: intc: Add missing files. 2010-10-06 15:38:16 +09:00
Makefile sh: intc: Add missing files. 2010-10-06 15:38:16 +09:00
access.c
balancing.c
chip.c sh: intc: irq_data conversion. 2010-10-27 15:42:10 +09:00
core.c sh: intc: Initialize radix tree gfp mask explicitly. 2010-12-24 19:38:37 +09:00
dynamic.c sh: intc: Update for single IRQ reservation helper. 2010-11-01 16:10:48 -04:00
handle.c
internals.h sh: intc: irq_data conversion. 2010-10-27 15:42:10 +09:00
userimask.c
virq-debugfs.c
virq.c sh: intc: Fix up build failure introduced by radix tree changes. 2010-11-15 14:30:30 +09:00