Print this page
7127  remove -Wno-missing-braces from Makefile.uts

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/pcbe/opteron_pcbe.c
          +++ new/usr/src/uts/intel/pcbe/opteron_pcbe.c
↓ open down ↓ 825 lines elided ↑ open up ↑
 826  826  
 827  827  
 828  828  static struct modlpcbe modlpcbe = {
 829  829          &mod_pcbeops,
 830  830          "AMD Performance Counters",
 831  831          &opt_pcbe_ops
 832  832  };
 833  833  
 834  834  static struct modlinkage modl = {
 835  835          MODREV_1,
 836      -        &modlpcbe,
      836 +        { &modlpcbe, NULL }
 837  837  };
 838  838  
 839  839  int
 840  840  _init(void)
 841  841  {
 842  842          int ret;
 843  843  
 844  844          if (opt_pcbe_init() != 0)
 845  845                  return (ENOTSUP);
 846  846  
↓ open down ↓ 21 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX