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/mm/page_fault.h

    rf6f22cdb r32e8cd1  
    5050typedef struct {
    5151        unsigned int : 14;
    52         unsigned int ebe: 8;
    53         unsigned int l: 2;
    54         unsigned int at: 3;
    55         unsigned int ft: 3;
    56         unsigned int fav: 1;
    57         unsigned int ow: 1;
     52        unsigned int ebe : 8;
     53        unsigned int l : 2;
     54        unsigned int at : 3;
     55        unsigned int ft : 3;
     56        unsigned int fav : 1;
     57        unsigned int ow : 1;
    5858} __attribute__((packed)) mmu_fault_status_t;
    5959
Note: See TracChangeset for help on using the changeset viewer.