Changeset 53ad43c in mainline for kernel/arch/mips32/include/arch/mm/page.h
- Timestamp:
- 2018-03-08T18:54:30Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5ef16903
- Parents:
- e0a4686
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/include/arch/mm/page.h
re0a4686 r53ad43c 42 42 #define PAGE_SIZE FRAME_SIZE 43 43 44 #ifndef __AS M__44 #ifndef __ASSEMBLER__ 45 45 # define KA2PA(x) (((uintptr_t) (x)) - 0x80000000) 46 46 # define PA2KA(x) (((uintptr_t) (x)) + 0x80000000) … … 143 143 #define PTE_EXECUTABLE_ARCH(pte) 1 144 144 145 #ifndef __AS M__145 #ifndef __ASSEMBLER__ 146 146 147 147 #include <mm/mm.h> … … 199 199 extern void page_arch_init(void); 200 200 201 #endif /* __AS M__ */201 #endif /* __ASSEMBLER__ */ 202 202 203 203 #endif
Note:
See TracChangeset
for help on using the changeset viewer.