]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[arbel] Allocate only as much memory as is needed for firmware and ICM
authorMichael Brown <mcb30@ipxe.org>
Fri, 17 Sep 2010 23:57:09 +0000 (00:57 +0100)
committerMichael Brown <mcb30@ipxe.org>
Sat, 18 Sep 2010 02:26:01 +0000 (03:26 +0100)
commit62115cf437de303caf7a91b3a439a2ae881c21eb
tree9c468381f704b65f5dd844077c78e7c196142b11
parentd9aef1b50aba9c51fd2dce493b24e6e85cc9787a
[arbel] Allocate only as much memory as is needed for firmware and ICM

Use individual page mappings rather than a single whole-region
mapping, to avoid the waste of memory that occurs due to the
constraint that each mapped block must be aligned on its own size.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/infiniband/arbel.c