Changes in kernel/arch/mips32/include/mm/page.h [98000fb:a217358] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/include/mm/page.h
r98000fb ra217358 141 141 #include <arch/exception.h> 142 142 143 static inline int get_pt_flags(pte_t *pt, size_t i)143 static inline unsigned int get_pt_flags(pte_t *pt, size_t i) 144 144 { 145 145 pte_t *p = &pt[i];
Note:
See TracChangeset
for help on using the changeset viewer.