Changes in kernel/arch/sparc64/src/mm/sun4v/tlb.c [77f65df:7da160b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/mm/sun4v/tlb.c
r77f65df r7da160b 54 54 #include <arch/cpu.h> 55 55 #include <arch/mm/pagesize.h> 56 #include <genarch/mm/page_ht.h> 56 57 57 58 #ifdef CONFIG_TSB … … 405 406 uint64_t errno = __hypercall_fast3(MMU_DEMAP_ALL, 0, 0, 406 407 MMU_FLAG_DTLB | MMU_FLAG_ITLB); 407 if (errno != EOK) {408 if (errno != HV_EOK) { 408 409 panic("Error code = %d.\n", errno); 409 410 }
Note:
See TracChangeset
for help on using the changeset viewer.