Changeset 55896b6 in mainline for kernel/generic/src/main/main.c


Ignore:
Timestamp:
2011-11-07T23:18:33Z (12 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/src/main/main.c

    r622f409 r55896b6  
    8989
    9090/** Global configuration structure. */
    91 config_t config;
     91config_t config = {
     92        .identity_configured = false,
     93        .non_identity_configured = false
     94};
    9295
    9396/** Initial user-space tasks */
Note: See TracChangeset for help on using the changeset viewer.