commit | 3abe9d33b382cb9eee7bfee8d90b10078f4baa4d | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Mar 25 17:02:59 2010 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Jul 16 11:06:42 2010 +0100 |
tree | 80c3307c1297405c64f1ab4efbba5195bba48b6d | |
parent | 71ee7dad9b69917079f24d42aff796bad7932914 [diff] |
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>