commit | 832f4377d6ed2bafba31ea624d3a3f5197cb1e6c | [log] [tgz] |
---|---|---|
author | Peter Tyser <ptyser@xes-inc.com> | Fri Aug 21 23:05:20 2009 -0500 |
committer | Tom Rix <Tom.Rix@windriver.com> | Sat Oct 03 09:04:08 2009 -0500 |
tree | 8993cb3aaadc59301ba41163e1534007743521a0 | |
parent | d870552ee4b83842e23cbd64a3a38b277136d568 [diff] |
Standardize mem_malloc_init() implementation This lays the groundwork to allow architectures to share a common mem_malloc_init(). Note that the x86 implementation was not modified as it did not fit the mold of all other architectures. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>