+    bitmap_zero(deprecated_feats, S390_FEAT_MAX);
+    s390_get_deprecated_features(deprecated_feats);
+
+    if (delta_changes) {
+        /*
+         * Only populate deprecated features that are a
+         * subset of the features enabled on the CPU model.
+         */
+        bitmap_and(deprecated_feats, deprecated_feats,
+                   s390_model.features, S390_FEAT_MAX);
+    }
+
+    s390_feat_bitmap_to_ascii(deprecated_feats,
+                              &expansion_info->deprecated_props, 
list_add_feat);
       return expansion_info;
   }

Eh, just a small nit above due to a typo I made.  Other than that, gave
it all another run-through just in case and everything is still good.


Fixed up, thanks!

--
Cheers,

David / dhildenb


Reply via email to