Changeset 53ad43c in mainline for kernel/arch/ppc32/include
- Timestamp:
- 2018-03-08T18:54:30Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5ef16903
- Parents:
- e0a4686
- Location:
- kernel/arch/ppc32/include/arch
- Files:
-
- 3 edited
-
boot/boot.h (modified) (1 diff)
-
mm/frame.h (modified) (2 diffs)
-
mm/page.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/include/arch/boot/boot.h
re0a4686 r53ad43c 42 42 #define BOOTINFO_TASK_NAME_BUFLEN 32 43 43 44 #ifndef __AS M__44 #ifndef __ASSEMBLER__ 45 45 46 46 #include <config.h> -
kernel/arch/ppc32/include/arch/mm/frame.h
re0a4686 r53ad43c 41 41 #define FRAME_LOWPRIO 0 42 42 43 #ifndef __AS M__43 #ifndef __ASSEMBLER__ 44 44 45 45 #include <stdint.h> … … 62 62 extern void physmem_print(void); 63 63 64 #endif /* __AS M__ */64 #endif /* __ASSEMBLER__ */ 65 65 66 66 #endif -
kernel/arch/ppc32/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) … … 146 146 #define PTE_EXECUTABLE_ARCH(pte) 1 147 147 148 #ifndef __AS M__148 #ifndef __ASSEMBLER__ 149 149 150 150 #include <mm/mm.h> … … 194 194 extern void page_arch_init(void); 195 195 196 #endif /* __AS M__ */196 #endif /* __ASSEMBLER__ */ 197 197 198 198 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
