Ignore:
Timestamp:
2019-03-31T16:44:21Z (5 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f27e21d
Parents:
68d8736
Message:

Move most of msim-specific stuff under mach/msim

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/include/arch/mm/page.h

    r68d8736 rf5dd4a1  
    4343
    4444#ifndef __ASSEMBLER__
     45#       define KSEG12PA(x)      (((uintptr_t) (x)) - 0xa0000000)
    4546#       define PA2KSEG1(x)      (((uintptr_t) (x)) + 0xa0000000)
    4647#       define KA2PA(x) (((uintptr_t) (x)) - 0x80000000)
Note: See TracChangeset for help on using the changeset viewer.