Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 26 Feb 2003 11:37:15 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 26 Feb 2003 11:37:15 -0500 Received: from proxy.povodiodry.cz ([62.77.115.11]:18048 "HELO pc11.op.pod.cz") by vger.kernel.org with SMTP id ; Wed, 26 Feb 2003 11:37:14 -0500 From: "Vitezslav Samel" Date: Wed, 26 Feb 2003 17:47:29 +0100 To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [PATCH] fix typo in arch/i386/kernel/mpparse.c in printk Message-ID: <20030226164729.GA10521@pc11.op.pod.cz> Mail-Followup-To: Linus Torvalds , linux-kernel@vger.kernel.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 915 Lines: 24 Hi! Please apply this obvious fix of printk level (wrong since 2.5.62). Regards, Vita Samel --- clean-2.5.63/arch/i386/kernel/mpparse.c.orig Tue Feb 25 18:04:35 2003 +++ clean-2.5.63/arch/i386/kernel/mpparse.c Wed Feb 26 17:34:40 2003 @@ -631,7 +631,7 @@ else if (acpi_lapic) printk(KERN_INFO "Using ACPI for processor (LAPIC) configuration information\n"); - printk("KERN_INFO Intel MultiProcessor Specification v1.%d\n", mpf->mpf_specification); + printk(KERN_INFO "Intel MultiProcessor Specification v1.%d\n", mpf->mpf_specification); if (mpf->mpf_feature2 & (1<<7)) { printk(KERN_INFO " IMCR and PIC compatibility mode.\n"); pic_mode = 1; - 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/