Cleanups for malloc code.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 30 Aug 2009 23:19:31 +0000 (19:19 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 30 Aug 2009 23:19:31 +0000 (19:19 -0400)
commit415d4298dfad6122c5a41214bd977b3598317718
tree2e60f94207aee637c6c22dbc8912630a443e9497
parent7b184d8470308095340622d8376878a20fff299e
Cleanups for malloc code.

Fix bug where zones over 2gig may fail to allocate.
Add memalign_high() and use for acpi facs allocation.
Misc code cleanups.
src/acpi.c
src/memmap.h
src/pmm.c
src/types.h
src/util.h