Changes in / [6ba2db4b:517c67ab] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ddi/ddi.c

    r6ba2db4b r517c67ab  
    382382       
    383383        size_t frames = SIZE2FRAMES(size);
     384        if (frames == 0)
     385                return EINVAL;
     386
    384387        *phys = frame_alloc(frames, FRAME_ATOMIC, constraint);
    385388        if (*phys == 0)
Note: See TracChangeset for help on using the changeset viewer.