Print this page
patch tsoome-feedback

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/fm/modules/sun4v/cpumem-retire/cma_cpu_sun4v.c
          +++ new/usr/src/cmd/fm/modules/sun4v/cpumem-retire/cma_cpu_sun4v.c
↓ open down ↓ 254 lines elided ↑ open up ↑
 255  255                  cma_stats.page_fails.fmds_value.ui64++;
 256  256                  return (1); /* give up */
 257  257          }
 258  258  
 259  259          return (0);
 260  260  }
 261  261  
 262  262  static void
 263  263  cma_cpu_free(fmd_hdl_t *hdl, cma_cpu_t *cpu)
 264  264  {
 265      -        if (cpu->cpu_fmri != NULL)
 266      -                nvlist_free(cpu->cpu_fmri);
      265 +        nvlist_free(cpu->cpu_fmri);
 267  266          if (cpu->cpu_uuid != NULL)
 268  267                  fmd_hdl_strfree(hdl, cpu->cpu_uuid);
 269  268          fmd_hdl_free(hdl, cpu, sizeof (cma_cpu_t));
 270  269  }
 271  270  
 272  271  void
 273  272  cma_cpu_retry(fmd_hdl_t *hdl)
 274  273  {
 275  274          cma_cpu_t **cpup;
 276  275  
↓ open down ↓ 49 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX