Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751601AbcCJNbu (ORCPT ); Thu, 10 Mar 2016 08:31:50 -0500 Received: from mail-yw0-f179.google.com ([209.85.161.179]:34436 "EHLO mail-yw0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750751AbcCJNbo (ORCPT ); Thu, 10 Mar 2016 08:31:44 -0500 MIME-Version: 1.0 In-Reply-To: <20160310125610.GA26708@pd.tnic> References: <20160310111935.GB13102@gmail.com> <20160310125610.GA26708@pd.tnic> Date: Thu, 10 Mar 2016 15:31:43 +0200 Message-ID: Subject: Re: Got FPU related warning on Intel Quark during boot From: Andy Shevchenko To: Borislav Petkov Cc: Ingo Molnar , "linux-kernel@vger.kernel.org" , "x86@kernel.org" , Andy Lutomirski , Fenghua Yu , Linus Torvalds , "H. Peter Anvin" , Thomas Gleixner , Andrew Morton , Dave Hansen , Oleg Nesterov , "Yu, Yu-cheng" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 614 Lines: 22 On Thu, Mar 10, 2016 at 2:56 PM, Borislav Petkov wrote: > On Thu, Mar 10, 2016 at 02:48:09PM +0200, Andy Shevchenko wrote: >> He-he, my cursor stays on >> if (!use_eager_fpu() || !static_cpu_has(X86_FEATURE_FPU)) { >> while I was having a lunch. So far got from datasheet that some kind >> of FPU is present there. >> >> eagerfpu=auto doesn't fix >> eagerfpu=off fixes the issue > > Looking at the stacktrace, does that quark thing have FXRSTOR? > > $ grep -i fxsr /proc/cpuinfo Looks like it lacks that one. # grep -i fxsr /proc/cpuinfo; echo $? 1 -- With Best Regards, Andy Shevchenko