Changeset cc73a8a1 in mainline for generic/src/mm/slab.c


Ignore:
Timestamp:
2006-06-20T12:26:16Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2c8a70a
Parents:
1e0a5fc
Message:

Cleanup of comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/mm/slab.c

    r1e0a5fc rcc73a8a1  
    2727 */
    2828
    29  /** @addtogroup genericmm
     29/** @addtogroup genericmm
    3030 * @{
    3131 */
     
    8484 * magazines.
    8585 *
    86  * TODO:@n
     86 * @todo
    8787 * For better CPU-scaling the magazine allocation strategy should
    8888 * be extended. Currently, if the cache does not have magazine, it asks
     
    9494 * magazine cache.
    9595 *
    96  * @li it might be good to add granularity of locks even to slab level,
    97  *     we could then try_spinlock over all partial slabs and thus improve
    98  *     scalability even on slab level
     96 * @todo
     97 * it might be good to add granularity of locks even to slab level,
     98 * we could then try_spinlock over all partial slabs and thus improve
     99 * scalability even on slab level
    99100 */
    100101
     
    908909}
    909910
    910  /** @}
    911  */
    912 
     911/** @}
     912 */
Note: See TracChangeset for help on using the changeset viewer.