From: Paul Mundt Date: Mon, 8 Mar 2010 12:46:37 +0000 (+0900) Subject: sh: Support early clkdev allocations. X-Git-Tag: v2.6.35-rc1~504^2~44^4~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e733b3f84fa9c2ae60513c5f7b56d599ed2ae02;p=pandora-kernel.git sh: Support early clkdev allocations. 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 --- Reading git-diff-tree failed