commit | 4c7eb4ebc9001ce343969f58fa538e164e82000b | [log] [tgz] |
---|---|---|
author | Magnus Damm <damm@igel.co.jp> | Wed Jun 17 04:55:42 2009 +0000 |
committer | Paul Mundt <lethal@linux-sh.org> | Wed Jun 17 15:39:53 2009 +0900 |
tree | 44dc6a18d17125b9f215b638e458235cb6e6bc67 | |
parent | 0ec39885b237c35109644f5d8232228026a72715 [diff] |
sh: use kzalloc() for cpg clocks Convert the shared clock cpg code from bootmem to slab. Without this patch the current bootmem code triggers WARN_ON() because the slab is available. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>