lkml.org 
[lkml]   [2018]   [Sep]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v8 06/16] x86/alternative: Init ideal_nops for Hygon Dhyana
    Date
    The ideal_nops for Hygon Dhyana CPU should be p6_nops.

    Signed-off-by: Pu Wen <puwen@hygon.cn>
    Reviewed-by: Borislav Petkov <bp@suse.de>
    ---
    arch/x86/kernel/alternative.c | 4 ++++
    1 file changed, 4 insertions(+)

    diff --git a/arch/x86/kernel/alternative.c b/arch/x86/kernel/alternative.c
    index b9d5e7c..184e9a0 100644
    --- a/arch/x86/kernel/alternative.c
    +++ b/arch/x86/kernel/alternative.c
    @@ -222,6 +222,10 @@ void __init arch_init_ideal_nops(void)
    }
    break;

    + case X86_VENDOR_HYGON:
    + ideal_nops = p6_nops;
    + return;
    +
    case X86_VENDOR_AMD:
    if (boot_cpu_data.x86 > 0xf) {
    ideal_nops = p6_nops;
    --
    2.7.4
    \
     
     \ /
      Last update: 2018-09-23 11:35    [W:6.808 / U:0.156 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site