• P
    sh: Support early clkdev allocations. · 2e733b3f
    Paul Mundt 提交于
    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: NPaul Mundt <lethal@linux-sh.org>
    2e733b3f
clkdev.c 3.5 KB