Changeset 55896b6 in mainline for kernel/generic/include/config.h


Ignore:
Timestamp:
2011-11-07T23:18:33Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
29938b2
Parents:
622f409
Message:

Add architecture specific hooks for km_(non)_identity_init().
Add config variables to say whether (non-)identity was configured.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/config.h

    r622f409 r55896b6  
    8888        size_t stack_size;
    8989
     90        bool identity_configured;
    9091        /** Base address of the kernel identity mapped memory. */
    9192        uintptr_t identity_base;
    9293        /** Size of the kernel identity mapped memory. */
    93         size_t identity_size;       
     94        size_t identity_size;
     95
     96        bool non_identity_configured;   
    9497} config_t;
    9598
Note: See TracChangeset for help on using the changeset viewer.