lkml.org 
[lkml]   [2024]   [Apr]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v4 66/71] platform/x86: p2sb: Switch to new Intel CPU model defines
    Date
    New CPU #defines encode vendor and family as well as model.

    Signed-off-by: Tony Luck <tony.luck@intel.com>
    ---
    drivers/platform/x86/p2sb.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/platform/x86/p2sb.c b/drivers/platform/x86/p2sb.c
    index 3d66e1d4eb1f..8cfbf0bbd346 100644
    --- a/drivers/platform/x86/p2sb.c
    +++ b/drivers/platform/x86/p2sb.c
    @@ -24,7 +24,7 @@
    #define SPI_DEVFN_GOLDMONT PCI_DEVFN(13, 2)

    static const struct x86_cpu_id p2sb_cpu_ids[] = {
    - X86_MATCH_INTEL_FAM6_MODEL(ATOM_GOLDMONT, P2SB_DEVFN_GOLDMONT),
    + X86_MATCH_VFM(INTEL_ATOM_GOLDMONT, P2SB_DEVFN_GOLDMONT),
    {}
    };

    --
    2.44.0

    \
     
     \ /
      Last update: 2024-05-27 18:01    [W:5.072 / U:0.052 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site