Ignore:
Timestamp:
2010-02-23T21:42:05Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b905002
Parents:
68acf21
Message:

Differentiate between the hypervisor error codes and HelenOS error codes by
using the HV_ prefix for the former.

File:
1 edited

Legend:

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

    r68acf21 r7da160b  
    406406        uint64_t errno =  __hypercall_fast3(MMU_DEMAP_ALL, 0, 0,
    407407                MMU_FLAG_DTLB | MMU_FLAG_ITLB);
    408         if (errno != EOK) {
     408        if (errno != HV_EOK) {
    409409                panic("Error code = %d.\n", errno);
    410410        }
Note: See TracChangeset for help on using the changeset viewer.