Changeset ae318d3 in mainline for kernel/generic/src/adt/avl.c


Ignore:
Timestamp:
2009-02-16T18:50:48Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
06da55b
Parents:
17f168e
Message:

overhaul pareas: use one single physical area for the physical address space not belonging to physical memory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/adt/avl.c

    r17f168e rae318d3  
    4444 * Every node has a pointer to its parent which allows insertion of multiple
    4545 * identical keys into the tree.
    46  * 
     46 *
    4747 * Be careful when using this tree because of the base atribute which is added
    4848 * to every inserted node key. There is no rule in which order nodes with the
Note: See TracChangeset for help on using the changeset viewer.