Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/include/sun4v/hypercall.h

    rf238e86 rb352895  
    8181#define EBADPGSZ        4       /**< Invalid pagesize encoding */
    8282#define EBADTSB         5       /**< Invalid TSB description */
    83 #define EINVAL          6       /**< Invalid argument */
     83#define HV_EINVAL       6       /**< Invalid argument */
    8484#define EBADTRAP        7       /**< Invalid function number */
    8585#define EBADALIGN       8       /**< Invalid address alignment */
     
    9292#define ETOOMANY        15      /**< Too many items specified / limit reached */
    9393#define ECHANNEL        16      /**< Invalid LDC channel */
    94 #define EBUSY           17      /**< Operation failed as resource is otherwise busy */
     94#define HV_EBUSY        17      /**< Operation failed as resource is otherwise busy */
    9595
    9696
Note: See TracChangeset for help on using the changeset viewer.