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