Changeset 95b47c82 in mainline for boot/genarch/balloc.c
- Timestamp:
- 2007-04-15T20:51:04Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9a7a970
- Parents:
- ddee708
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/genarch/balloc.c
rddee708 r95b47c82 48 48 49 49 addr = ballocs->base + ALIGN_UP(ballocs->size, alignment); 50 50 51 if (ALIGN_UP(ballocs->size, alignment) + size > BALLOC_MAX_SIZE) 52 return NULL; 53 51 54 ballocs->size = ALIGN_UP(ballocs->size, alignment) + size; 52 55
Note:
See TracChangeset
for help on using the changeset viewer.