From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756174AbZEDNPd (ORCPT ); Mon, 4 May 2009 09:15:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754789AbZEDNPZ (ORCPT ); Mon, 4 May 2009 09:15:25 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:57253 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754335AbZEDNPY (ORCPT ); Mon, 4 May 2009 09:15:24 -0400 Date: Mon, 4 May 2009 15:14:57 +0200 From: Ingo Molnar To: Tobias Doerffel Cc: "H. Peter Anvin" , Willy Tarreau , Thomas Gleixner , Arjan van de Ven , Suresh Siddha , "Pallipadi, Venkatesh" , LKML Subject: Re: Specific support for Intel Atom architecture Message-ID: <20090504131457.GA25844@elte.hu> References: <200904301408.09370.tobias.doerffel@gmail.com> <20090503053821.GI570@1wt.eu> <49FD3E56.3010803@zytor.com> <200905031308.51316.tobias.doerffel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200905031308.51316.tobias.doerffel@gmail.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.5 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Tobias Doerffel wrote: > Am Sonntag, 3. Mai 2009 08:48:54 schrieb H. Peter Anvin: > > Willy Tarreau wrote: > > >> $(call cc-option,-march=atom,-march=i686) > > > > > > if it's an in-order architecture, wouldn't it be better to tune for i386 > > > or i486 instead ? > > > > Possibly. It would be worth measuring. > > How would one do that (never benchmarked kernel stuff before)? A standard method is to run lmbench and compare the results - lmbench has a built-in 'report comparison between two runs' feature. Ingo