Changeset cd13c2a in mainline for kernel/generic/include/mm/slab.h


Ignore:
Timestamp:
2006-10-18T17:15:29Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
de57e060
Parents:
a000fd71
Message:

cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/mm/slab.h

    ra000fd71 rcd13c2a  
    5757
    5858/* slab_reclaim constants */
    59 #define SLAB_RECLAIM_ALL  0x1 /**< Reclaim all possible memory, because
    60                                *   we are in memory stress */
     59#define SLAB_RECLAIM_ALL  0x1 /**< Reclaim all possible memory, because we are in memory stress */
    6160
    6261/* cache_create flags */
    6362#define SLAB_CACHE_NOMAGAZINE 0x1 /**< Do not use per-cpu cache */
    6463#define SLAB_CACHE_SLINSIDE   0x2 /**< Have control structure inside SLAB */
    65 /** We add magazine cache later, if we have this flag */
    66 #define SLAB_CACHE_MAGDEFERRED (0x4 | SLAB_CACHE_NOMAGAZINE)
     64#define SLAB_CACHE_MAGDEFERRED (0x4 | SLAB_CACHE_NOMAGAZINE) /**< We add magazine cache later, if we have this flag */
    6765
    6866typedef struct {
Note: See TracChangeset for help on using the changeset viewer.