git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19470e1
)
sh: intc: alloc_bootmem() -> kzalloc() conversion.
author
Paul Mundt
<lethal@linux-sh.org>
Thu, 11 Jun 2009 22:34:12 +0000
(
01:34
+0300)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 11 Jun 2009 22:34:12 +0000
(
01:34
+0300)
Now that the slab allocators are available much earlier, this triggers a
the slab_is_available() warning when registering the interrupt
controller. Convert to kzalloc() with GFP_NOWAIT, as per the generic
changes.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
No differences found