Changeset 8e1ea655 in mainline for generic/include/mm/as.h


Ignore:
Timestamp:
2006-02-05T21:51:19Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c585827
Parents:
5c9a08b
Message:

Early SLAB initialization, the cpu-cache is initialized later.
If you want to use slab_cache_create befor slab_cpu_enable, add
a flag SLAB_CACHE_MAGDEFERRED.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/mm/as.h

    r5c9a08b r8e1ea655  
    5050
    5151#define FLAG_AS_KERNEL      (1 << 0)    /**< Kernel address space. */
    52 #define FLAG_AS_EARLYMALLOC (1 << 1)    /**< Use early malloc */
    5352
    5453enum as_area_type {
Note: See TracChangeset for help on using the changeset viewer.