Ignore:
Timestamp:
2013-12-28T17:16:44Z (10 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c1023bcb
Parents:
f6f22cdb
Message:

code revision
coding style fixes
removal of debugging printouts and other temporary stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc32/include/arch/register.h

    rf6f22cdb r32e8cd1  
    4242        uint32_t value;
    4343        struct {
    44                 unsigned int impl: 4;
    45                 unsigned int ver: 4;
    46                 unsigned int icc: 4;
     44                unsigned int impl : 4;
     45                unsigned int ver : 4;
     46                unsigned int icc : 4;
    4747                unsigned int : 6;
    48                 unsigned int ec: 1;
    49                 unsigned int ef: 1;
    50                 unsigned int pil: 4;
    51                 unsigned int s: 1;
    52                 unsigned int ps: 1;
    53                 unsigned int et: 1;
    54                 unsigned int cwp: 5;
    55         } __attribute__ ((packed));
     48                unsigned int ec : 1;
     49                unsigned int ef : 1;
     50                unsigned int pil : 4;
     51                unsigned int s : 1;
     52                unsigned int ps : 1;
     53                unsigned int et : 1;
     54                unsigned int cwp : 5;
     55        } __attribute__((packed));
    5656} psr_reg_t;
    5757
Note: See TracChangeset for help on using the changeset viewer.