Changeset 482f968 in mainline for kernel/generic/src/ddi/ddi.c
- Timestamp:
- 2018-10-31T16:48:51Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 91a8f83, bab75df6
- Parents:
- 37781819
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ddi/ddi.c
r37781819 r482f968 385 385 return EINVAL; 386 386 387 // FIXME: probably need to ensure that the memory is suitable for DMA 387 388 *phys = frame_alloc(frames, FRAME_ATOMIC, constraint); 388 389 if (*phys == 0)
Note:
See TracChangeset
for help on using the changeset viewer.