Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751243AbbEDWpc (ORCPT ); Mon, 4 May 2015 18:45:32 -0400 Received: from mail-bn1bon0116.outbound.protection.outlook.com ([157.56.111.116]:12288 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750887AbbEDWpY (ORCPT ); Mon, 4 May 2015 18:45:24 -0400 Authentication-Results: spf=none (sender IP is 165.204.84.222) smtp.mailfrom=amd.com; alien8.de; dkim=none (message not signed) header.d=none; X-WSS-ID: 0NNUKJG-08-VIK-02 X-M-MSG: Message-ID: <5547F67D.2080307@amd.com> Date: Mon, 4 May 2015 17:45:17 -0500 From: Aravind Gopalakrishnan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Borislav Petkov , Len Brown CC: Ingo Molnar , X86 ML , Linux PM list , "linux-kernel@vger.kernel.org" , Thomas Gleixner , "H. Peter Anvin" Subject: Re: [PATCH 0/1] speeding up cpu_up() References: <1429404795-23260-1-git-send-email-lenb@kernel.org> <20150420071556.GB14315@gmail.com> <20150501224729.GN10239@pd.tnic> <55441D8C.2080509@amd.com> <55464925.5050600@amd.com> In-Reply-To: <55464925.5050600@amd.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.180.168.240] X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:165.204.84.222;CTRY:US;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(10019020)(6009001)(428002)(189002)(51704005)(164054003)(24454002)(199003)(479174004)(377454003)(62966003)(77156002)(23676002)(87266999)(47776003)(54356999)(101416001)(77096005)(2950100001)(5001770100001)(33656002)(36756003)(46102003)(106466001)(50466002)(86362001)(15975445007)(92566002)(83506001)(4001350100001)(50986999)(65816999)(105586002)(19580395003)(19580405001)(80316001)(76176999)(87936001)(120886001)(65956001);DIR:OUT;SFP:1102;SCL:1;SRVR:BN1PR02MB069;H:atltwp02.amd.com;FPR:;SPF:None;MLV:sfv;MX:1;A:1;LANG:en; X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BN1PR02MB069; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(5005006)(3002001);SRVR:BN1PR02MB069;BCL:0;PCL:0;RULEID:;SRVR:BN1PR02MB069; X-Forefront-PRVS: 05669A7924 X-OriginatorOrg: amd4.onmicrosoft.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 04 May 2015 22:45:20.9120 (UTC) X-MS-Exchange-CrossTenant-Id: fde4dada-be84-483f-92cc-e026cbee8e96 X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=fde4dada-be84-483f-92cc-e026cbee8e96;Ip=[165.204.84.222];Helo=[atltwp02.amd.com] X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem X-MS-Exchange-Transport-CrossTenantHeadersStamped: BN1PR02MB069 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1467 Lines: 40 On 5/3/2015 11:13 AM, Aravind Gopalakrishnan wrote: > > On 5/1/15 7:42 PM, Aravind Gopalakrishnan wrote: >> >> On 5/1/15 5:47 PM, Borislav Petkov wrote: >>> Aravind and I could probably test on a couple of AMD boxes to narrow >>> down. >>> >>> @Aravind, see here: >>> >>> https://lkml.kernel.org/r/87d69aab88c14d65ae1e7be55050d1b689b59b4b.1429402494.git.len.brown@intel.com >>> >>> >>> You could ask around whether a timeout is needed between the assertion >>> and deassertion of INIT done by the BSP when booting other cores. >> >> Sure, I'll ask around and try mdelay(0) on some systems as well. >> I can gather Fam15h, Fam16h but don't have K8's or older. >> >> Will let you know how it goes. > Update: > Fam15h Model00h-0fh, Fam15hModel60h and Fam16h Model 00h-0fh > processors boot fine with mdelay(0) and BSP brings up all secondary > cpus correctly. I don't have Fam15hModel30h system currently up, but > I'll try that too tomorrow. > > I am yet to get feedback from HW folks regarding this though. Tested a delay of 0 on Fam10h and Fam15h Model 30h-3fh and both work fine. Feedback from asking internally about this is that we should be OK to move to a no-delay default from K8 onwards. Thanks, -Aravind. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/