commit | 743c1575390188fd628ecd0333bb679e8ecc0bec | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sat Dec 14 13:14:02 2013 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Fri Dec 27 12:40:02 2013 -0500 |
tree | 2d26092e6d034d39670c10770d3a95ade70ad6bd | |
parent | 95b3d3286ff65d44f3d0240c6d7be4bec7671375 [diff] |
Remove the pmm handle argument from _malloc(). The PMM handle argument will almost always be 0xffffffff. Use separate code for the few rare cases where it may not be the default value. Gcc produces better code if _malloc() only requires three parameters. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>