Print this page
104 Bring back lx brand

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/brand/solaris10/s10_brand.c
          +++ new/usr/src/uts/common/brand/solaris10/s10_brand.c
↓ open down ↓ 90 lines elided ↑ open up ↑
  91   91          s10_brand_syscall_callback,
  92   92          s10_brand_syscall32_callback
  93   93  };
  94   94  
  95   95  #else   /* sparc */
  96   96  
  97   97  #ifdef  __amd64
  98   98  
  99   99  struct brand_mach_ops s10_mops = {
 100  100          s10_brand_sysenter_callback,
      101 +        NULL,
 101  102          s10_brand_int91_callback,
 102  103          s10_brand_syscall_callback,
 103      -        s10_brand_syscall32_callback
      104 +        s10_brand_syscall32_callback,
      105 +        NULL
 104  106  };
 105  107  
 106  108  #else   /* ! __amd64 */
 107  109  
 108  110  struct brand_mach_ops s10_mops = {
 109  111          s10_brand_sysenter_callback,
 110  112          NULL,
      113 +        NULL,
 111  114          s10_brand_syscall_callback,
      115 +        NULL,
 112  116          NULL
 113  117  };
 114  118  #endif  /* __amd64 */
 115  119  
 116  120  #endif  /* _sparc */
 117  121  
 118  122  struct brand    s10_brand = {
 119  123          BRAND_VER_1,
 120  124          "solaris10",
 121  125          &s10_brops,
↓ open down ↓ 458 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX