Changeset 773f188 in mainline for kernel/generic/src/mm/as.c


Ignore:
Timestamp:
2011-05-23T14:25:45Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
366b148
Parents:
d8de5d3 (diff), 1d638a1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

remove obsolete net-qe.bat
accept optional arguments from the user

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/mm/as.c

    rd8de5d3 r773f188  
    19871987sysarg_t sys_as_area_destroy(uintptr_t address)
    19881988{
     1989        return EOK;
    19891990        return (sysarg_t) as_area_destroy(AS, address);
    19901991}
Note: See TracChangeset for help on using the changeset viewer.