Print this page
Bring back LX zones.

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 ↓ 91 lines elided ↑ open up ↑
  92   92          s10_brand_syscall_callback,
  93   93          s10_brand_syscall32_callback
  94   94  };
  95   95  
  96   96  #else   /* sparc */
  97   97  
  98   98  #ifdef  __amd64
  99   99  
 100  100  struct brand_mach_ops s10_mops = {
 101  101          s10_brand_sysenter_callback,
      102 +        NULL,
 102  103          s10_brand_int91_callback,
 103  104          s10_brand_syscall_callback,
 104      -        s10_brand_syscall32_callback
      105 +        s10_brand_syscall32_callback,
      106 +        NULL
 105  107  };
 106  108  
 107  109  #else   /* ! __amd64 */
 108  110  
 109  111  struct brand_mach_ops s10_mops = {
 110  112          s10_brand_sysenter_callback,
 111  113          NULL,
      114 +        NULL,
 112  115          s10_brand_syscall_callback,
      116 +        NULL,
 113  117          NULL
 114  118  };
 115  119  #endif  /* __amd64 */
 116  120  
 117  121  #endif  /* _sparc */
 118  122  
 119  123  struct brand    s10_brand = {
 120  124          BRAND_VER_1,
 121  125          "solaris10",
 122  126          &s10_brops,
↓ open down ↓ 461 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX