Ignore:
Timestamp:
2019-03-31T13:30:01Z (5 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f5dd4a1
Parents:
bbb99f82
Message:

Add kconsole input/output support to mips32/malta

File:
1 edited

Legend:

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

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