From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752451AbbEHGiT (ORCPT ); Fri, 8 May 2015 02:38:19 -0400 Received: from mail-vn0-f53.google.com ([209.85.216.53]:40734 "EHLO mail-vn0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752358AbbEHGiR (ORCPT ); Fri, 8 May 2015 02:38:17 -0400 From: Len Brown To: x86@kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2 v2] speeding up cpu_up() Date: Fri, 8 May 2015 02:37:53 -0400 Message-Id: <1431067075-11449-1-git-send-email-lenb@kernel.org> X-Mailer: git-send-email 2.4.0.rc1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thanks for testing, Aravind, Borislav, I went with Ingo's suggestion to made this a quirk. However, I went with a white-list instead of a black-list, because fewer comparisons are needed for modern processors. Families are added infrequently, and finally, we get the option to stick something other than 0 in the table if it we need to. Let me know if I got the AMD family #'s right. thanks, -Len Brown, Intel Open Source Technology Center