From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755289AbZGKLKc (ORCPT ); Sat, 11 Jul 2009 07:10:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752083AbZGKLKO (ORCPT ); Sat, 11 Jul 2009 07:10:14 -0400 Received: from hera.kernel.org ([140.211.167.34]:46570 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754877AbZGKLKM (ORCPT ); Sat, 11 Jul 2009 07:10:12 -0400 Subject: Re: [tip:x86/cleanups] x86/cpu: Clean up various files a bit From: Jaswinder Singh Rajput To: mingo@redhat.com Cc: hpa@zytor.com, alan@linux.intel.com, linux-kernel@vger.kernel.org, tglx@linutronix.de, mingo@elte.hu, linux-tip-commits@vger.kernel.org In-Reply-To: <1247310026.3032.17.camel@hpdv5.satnam> References: <1247310026.3032.17.camel@hpdv5.satnam> Content-Type: text/plain Date: Sat, 11 Jul 2009 16:39:23 +0530 Message-Id: <1247310563.3032.20.camel@hpdv5.satnam> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 (2.24.5-2.fc10) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2009-07-11 at 16:30 +0530, Jaswinder Singh Rajput wrote: > On Sat, 2009-07-11 at 09:57 +0000, tip-bot for Alan Cox wrote: > > Commit-ID: 8bdbd962ecfcbdd96f9dbb02d780b4553afd2543 > > Gitweb: http://git.kernel.org/tip/8bdbd962ecfcbdd96f9dbb02d780b4553afd2543 > > Author: Alan Cox > > AuthorDate: Sat, 4 Jul 2009 00:35:45 +0100 > > Committer: Ingo Molnar > > CommitDate: Sat, 11 Jul 2009 11:24:09 +0200 > > > > x86/cpu: Clean up various files a bit > > > > No code changes except printk levels (although some of the K6 > > mtrr code might be clearer if there were a few as would > > splitting out some of the intel cache code). > > > > Signed-off-by: Alan Cox > > LKML-Reference: > > Signed-off-by: Ingo Molnar > > > > > > --- > > arch/x86/kernel/cpu/amd.c | 37 ++++++----- > > arch/x86/kernel/cpu/bugs.c | 10 ++-- > > arch/x86/kernel/cpu/bugs_64.c | 2 +- > > arch/x86/kernel/cpu/common.c | 8 +- > > arch/x86/kernel/cpu/cyrix.c | 19 +++-- > > arch/x86/kernel/cpu/hypervisor.c | 5 +- > > arch/x86/kernel/cpu/intel.c | 11 ++-- > > arch/x86/kernel/cpu/intel_cacheinfo.c | 116 ++++++++++++++++--------------- > > arch/x86/kernel/cpu/perfctr-watchdog.c | 45 ++++++------ > > arch/x86/kernel/cpu/proc.c | 2 +- > > arch/x86/kernel/cpu/vmware.c | 18 +++--- > > 11 files changed, 144 insertions(+), 129 deletions(-) > > > > diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c > > index d6f27c9..c96ea44 100644 > > --- a/arch/x86/kernel/cpu/common.c > > +++ b/arch/x86/kernel/cpu/common.c > > @@ -18,8 +18,8 @@ > > #include > > #include > > #include > > -#include > > -#include > > +#include > > +#include > > ditto > And is not replacement of > > #include > > #include > > #include > > @@ -28,13 +28,13 @@ > > #include > > #include > > #include > > -#include > > +#include > > ditto. > And is not replacement of > > > > #ifdef CONFIG_X86_LOCAL_APIC > > #include > > diff --git a/arch/x86/kernel/cpu/cyrix.c b/arch/x86/kernel/cpu/cyrix.c > > index 593171e..19807b8 100644 > > --- a/arch/x86/kernel/cpu/cyrix.c > > +++ b/arch/x86/kernel/cpu/cyrix.c > > @@ -3,10 +3,10 @@ > > #include > > #include > > #include > > -#include > > +#include > > #include > > #include > > -#include > > +#include And is not replacement of Good work, Carry On. -- JSR