Changeset 85147f3 in mainline for kernel/generic/include/config.h


Ignore:
Timestamp:
2013-09-10T17:55:33Z (11 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
07525cd
Parents:
b0c2075
Message:

cstyle

File:
1 edited

Legend:

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

    rb0c2075 r85147f3  
    9494        /** Size of initial stack. */
    9595        size_t stack_size;
    96 
     96       
    9797        bool identity_configured;
    9898        /** Base address of the kernel identity mapped memory. */
     
    100100        /** Size of the kernel identity mapped memory. */
    101101        size_t identity_size;
    102 
    103         bool non_identity_configured;   
    104 
     102       
     103        bool non_identity_configured;
     104       
    105105        /** End of physical memory. */
    106106        uint64_t physmem_end;
Note: See TracChangeset for help on using the changeset viewer.