Changeset 04225a7 in mainline for generic/include/mm/as.h


Ignore:
Timestamp:
2006-02-04T19:06:07Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3260ada
Parents:
55ab0f1
Message:

Fixed boot process not to call malloc when slab not initialized.
Added simics workaround.

File:
1 edited

Legend:

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

    r55ab0f1 r04225a7  
    4949#define UDATA_ADDRESS   UDATA_ADDRESS_ARCH
    5050
    51 #define FLAG_AS_KERNEL  (1<<0)          /**< Kernel address space. */
     51#define FLAG_AS_KERNEL      (1 << 0)    /**< Kernel address space. */
     52#define FLAG_AS_EARLYMALLOC (1 << 1)    /**< Use early malloc */
    5253
    5354enum as_area_type {
Note: See TracChangeset for help on using the changeset viewer.