Changes in kernel/generic/src/mm/as.c [5a5269d:d1582b50] in mainline
- File:
-
- 1 edited
-
kernel/generic/src/mm/as.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/mm/as.c
r5a5269d rd1582b50 2057 2057 /* Check if A is adjacent to the new interval */ 2058 2058 adj_a = (a != NULL) && (a->page + P2SZ(a->count) == page); 2059 /* Check if the new interval is adjacent to B */2059 /* Check if the new interval is adjacent to B */ 2060 2060 adj_b = (b != NULL) && page + P2SZ(count) == b->page; 2061 2061
Note:
See TracChangeset
for help on using the changeset viewer.
