Changeset 764c302 in mainline for kernel/generic/include/arch.h


Ignore:
Timestamp:
2006-07-28T23:25:10Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c049309
Parents:
42d3be3
Message:

initial security context support

File:
1 edited

Legend:

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

    r42d3be3 r764c302  
    6161        cpu_t *cpu;                     /**< Executing cpu. */
    6262        as_t *as;                       /**< Current address space. */
     63        context_id_t context;   /**< Current security context. */
    6364};
    6465
Note: See TracChangeset for help on using the changeset viewer.