From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264874AbUEUXCg (ORCPT ); Fri, 21 May 2004 19:02:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264443AbUEUWuq (ORCPT ); Fri, 21 May 2004 18:50:46 -0400 Received: from zeus.kernel.org ([204.152.189.113]:36774 "EHLO zeus.kernel.org") by vger.kernel.org with ESMTP id S264495AbUEUWtJ (ORCPT ); Fri, 21 May 2004 18:49:09 -0400 Date: Fri, 21 May 2004 13:10:21 +0100 From: Dave Jones To: Zwane Mwaikambo Cc: Linux Kernel , Andrew Morton Subject: Re: [PATCH][2.6-mm] Make i386 boot not so chatty Message-ID: <20040521121021.GA23750@redhat.com> Mail-Followup-To: Dave Jones , Zwane Mwaikambo , Linux Kernel , Andrew Morton References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 21, 2004 at 01:06:23AM -0400, Zwane Mwaikambo wrote: > Processor #0 5:2 APIC version 16 > Processor #3 5:2 APIC version 16 > Processor #4 5:2 APIC version 16 I'd argue these are of little value as long as they work. (and we printk a different message iirc if they are unknown to us) > Enabling APIC mode: Flat. Using 2 I/O APICs ditto > Processors: 3 a 3-way? cute. > Built 1 zonelists useful ? > kernel profiling enabled feh. if we cared, we could check /proc/profile or look for oprofilefs > PID hash table entries: 1024 (order 10: 8192 bytes) kern_debug ? > Calibrating delay loop... 254.97 BogoMIPS yawn > POSIX conformance testing by UNIFIX I thought this got nuked already > Calibrating delay loop... 266.24 BogoMIPS > Calibrating delay loop... 265.21 BogoMIPS > Total of 3 processors activated (786.43 BogoMIPS). Maybe just keep the last line ? kern_boring the others. Dave