ARM: early_alloc()
authorRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 25 Mar 2010 17:02:59 +0000 (17:02 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 16 Jul 2010 10:06:42 +0000 (11:06 +0100)
commit3abe9d33b382cb9eee7bfee8d90b10078f4baa4d
tree80c3307c1297405c64f1ab4efbba5195bba48b6d
parent71ee7dad9b69917079f24d42aff796bad7932914
ARM: early_alloc()

Add a common early allocator function, in preparation for switching
over to LMB.  When we do, this function will need to do a little more
than just allocating memory; we need it zero initialized too.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/mmu.c