From owner-freebsd-emulation@FreeBSD.ORG Mon Jan 19 08:44:35 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DBD41065695 for ; Mon, 19 Jan 2009 08:44:35 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id BE51A8FC1E for ; Mon, 19 Jan 2009 08:44:33 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 2E3349CB057; Mon, 19 Jan 2009 09:44:08 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mOxd-wa+s19J; Mon, 19 Jan 2009 09:43:56 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 4F6D19CB09A; Mon, 19 Jan 2009 09:43:56 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.2/8.14.2/Submit) id n0J8husc092151; Mon, 19 Jan 2009 09:43:56 +0100 (CET) (envelope-from rdivacky) Date: Mon, 19 Jan 2009 09:43:56 +0100 From: Roman Divacky To: Sabeeh Baig Message-ID: <20090119084356.GA92062@freebsd.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-emulation@freebsd.org Subject: Re: linprocfs cpuinfo Seems Dated X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2009 08:44:36 -0000 On Sun, Jan 18, 2009 at 06:20:52PM -0500, Sabeeh Baig wrote: > I was testing recent Linux-only applications, one of them being Bibble > Pro. Bibble Pro requires at least SSE to function. Without SSE, it > warns you that SSE is required and then exits. I looked at > linprocfs.c and it seems that cpuinfo is static; it doesn't actually > read any values, but has set values that it reports. Is the fix > really as simple as adding sse and sse2 into the flags section? It > worked, but I'm not sure if it's actually a proper fix. I've attached > the patch. the comment says it add non-conflicting flags (between amd and intel) and intel version of conflicting flags. does your patch holds this premise? if so... I believe it's correct