Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/mm/sun4v/tlb.c

    r77f65df r7da160b  
    5454#include <arch/cpu.h>
    5555#include <arch/mm/pagesize.h>
     56#include <genarch/mm/page_ht.h>
    5657
    5758#ifdef CONFIG_TSB
     
    405406        uint64_t errno =  __hypercall_fast3(MMU_DEMAP_ALL, 0, 0,
    406407                MMU_FLAG_DTLB | MMU_FLAG_ITLB);
    407         if (errno != EOK) {
     408        if (errno != HV_EOK) {
    408409                panic("Error code = %d.\n", errno);
    409410        }
Note: See TracChangeset for help on using the changeset viewer.