x86/cpu/vfm: Delete X86_MATCH_INTEL_FAM6_MODEL[_STEPPING]() macros
authorTony Luck <tony.luck@intel.com>
Tue, 3 Sep 2024 17:34:42 +0000 (10:34 -0700)
committerBorislav Petkov (AMD) <bp@alien8.de>
Wed, 4 Sep 2024 16:05:49 +0000 (18:05 +0200)
These macros have been replaced by X86_MATCH_VFM[_STEPPING]()

Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20240903173443.7962-3-tony.luck@intel.com
arch/x86/include/asm/cpu_device_id.h

index 3831f612e89c7f4c59fb3e661f4024907f470e29..e4121d9aa9e114e3d08906b1f5eb5f9f067c0843 100644 (file)
 #define X86_MATCH_VENDOR_FAM(vendor, family, data)                     \
        X86_MATCH_VENDOR_FAM_MODEL(vendor, family, X86_MODEL_ANY, data)
 
-/**
- * X86_MATCH_INTEL_FAM6_MODEL - Match vendor INTEL, family 6 and model
- * @model:     The model name without the INTEL_FAM6_ prefix or ANY
- *             The model name is expanded to INTEL_FAM6_@model internally
- * @data:      Driver specific data or NULL. The internal storage
- *             format is unsigned long. The supplied value, pointer
- *             etc. is casted to unsigned long internally.
- *
- * The vendor is set to INTEL, the family to 6 and all other missing
- * arguments of X86_MATCH_VENDOR_FAM_MODEL_FEATURE() are set to wildcards.
- *
- * See X86_MATCH_VENDOR_FAM_MODEL_FEATURE() for further information.
- */
-#define X86_MATCH_INTEL_FAM6_MODEL(model, data)                                \
-       X86_MATCH_VENDOR_FAM_MODEL(INTEL, 6, INTEL_FAM6_##model, data)
-
-#define X86_MATCH_INTEL_FAM6_MODEL_STEPPINGS(model, steppings, data)   \
-       X86_MATCH_VENDOR_FAM_MODEL_STEPPINGS_FEATURE(INTEL, 6, INTEL_FAM6_##model, \
-                                                    steppings, X86_FEATURE_ANY, data)
-
 /**
  * X86_MATCH_VFM - Match encoded vendor/family/model
  * @vfm:       Encoded 8-bits each for vendor, family, model