Changeset 153fbf9 in mainline for kernel/arch/sparc64/src/mm/sun4v/tlb.c
- Timestamp:
- 2010-02-23T22:27:22Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a634485
- Parents:
- 68acf21 (diff), b905002 (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/sparc64/src/mm/sun4v/tlb.c
r68acf21 r153fbf9 406 406 uint64_t errno = __hypercall_fast3(MMU_DEMAP_ALL, 0, 0, 407 407 MMU_FLAG_DTLB | MMU_FLAG_ITLB); 408 if (errno != EOK) {408 if (errno != HV_EOK) { 409 409 panic("Error code = %d.\n", errno); 410 410 }
Note:
See TracChangeset
for help on using the changeset viewer.