Print this page
Bring back LX zones.

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/os/brand.c
          +++ new/usr/src/uts/common/os/brand.c
↓ open down ↓ 37 lines elided ↑ open up ↑
  38   38  #if defined(__sparcv9)
  39   39  /* sparcv9 uses system wide brand interposition hooks */
  40   40  static void brand_plat_interposition_enable(void);
  41   41  static void brand_plat_interposition_disable(void);
  42   42  
  43   43  struct brand_mach_ops native_mach_ops  = {
  44   44                  NULL, NULL
  45   45  };
  46   46  #else /* !__sparcv9 */
  47   47  struct brand_mach_ops native_mach_ops  = {
  48      -                NULL, NULL, NULL, NULL
       48 +                NULL, NULL, NULL, NULL, NULL, NULL
  49   49  };
  50   50  #endif /* !__sparcv9 */
  51   51  
  52   52  brand_t native_brand = {
  53   53                  BRAND_VER_1,
  54   54                  "native",
  55   55                  NULL,
  56   56                  &native_mach_ops
  57   57  };
  58   58  
↓ open down ↓ 1091 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX