Changeset 2a2fbc8 in mainline for kernel/arch/sparc32/include/arch/mm/page.h
- Timestamp:
- 2016-09-01T17:05:13Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 42d08592
- Parents:
- f126c87 (diff), fb63c06 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc32/include/arch/mm/page.h
rf126c87 r2a2fbc8 129 129 /* Macros for querying the last level entries. */ 130 130 #define PTE_VALID_ARCH(p) \ 131 ( *((uint32_t *) (p)) != 0)131 ((p)->et != PTE_ET_INVALID) 132 132 #define PTE_PRESENT_ARCH(p) \ 133 133 ((p)->et != 0)
Note:
See TracChangeset
for help on using the changeset viewer.