sh: Support early clkdev allocations.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 8 Mar 2010 12:46:37 +0000 (21:46 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 9 Mar 2010 02:57:18 +0000 (11:57 +0900)
early platform devices and the like may need to set up clock aliases,
which require an allocation at a time well before the slab allocators
are available. The clock framework comes up after bootmem, so using
bootmem as a fallback should be sufficient.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found