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/tlb.h

    rf6f22cdb r32e8cd1  
    3636#define KERN_sparc32_TLB_H_
    3737
    38 #define MMU_CONTROL             0x000
    39 #define MMU_CONTEXT_TABLE       0x100
    40 #define MMU_CONTEXT             0x200
    41 #define MMU_FAULT_STATUS        0x300
    42 #define MMU_FAULT_ADDRESS       0x400
     38#define MMU_CONTROL        0x000
     39#define MMU_CONTEXT_TABLE  0x100
     40#define MMU_CONTEXT        0x200
     41#define MMU_FAULT_STATUS   0x300
     42#define MMU_FAULT_ADDRESS  0x400
    4343
    4444#endif
Note: See TracChangeset for help on using the changeset viewer.