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

    rf6f22cdb r32e8cd1  
    3838#include <typedefs.h>
    3939
    40 #define KM_SPARC32_IDENTITY_START       UINT32_C(0x80000000)
    41 #define KM_SPARC32_IDENTITY_SIZE        UINT32_C(0x70000000)
     40#define KM_SPARC32_IDENTITY_START  UINT32_C(0x80000000)
     41#define KM_SPARC32_IDENTITY_SIZE   UINT32_C(0x70000000)
    4242
    43 #define KM_SPARC32_NON_IDENTITY_START   UINT32_C(0xf0000000)
    44 #define KM_SPARC32_NON_IDENTITY_SIZE    UINT32_C(0xff00000)
     43#define KM_SPARC32_NON_IDENTITY_START  UINT32_C(0xf0000000)
     44#define KM_SPARC32_NON_IDENTITY_SIZE   UINT32_C(0xff00000)
    4545
    4646extern void km_identity_arch_init(void);
Note: See TracChangeset for help on using the changeset viewer.