2009-01-08 10:14:18

by Jaswinder Singh Rajput

[permalink] [raw]
Subject: [PATCH -tip 0/2] x86: rename intel_mp_floating and its all fields

The following changes since commit 91506140696f1bc1a48258b17f2a768aa2090af5:
Ingo Molnar (1):
Merge branch 'linus'

Jaswinder Singh Rajput (2):
x86: rename intel_mp_floating to mpf_intel
x86: rename all fields of mpf_intel mpf_X to X

arch/x86/include/asm/mpspec_def.h | 23 +++++++------
arch/x86/kernel/mpparse.c | 62 ++++++++++++++++++------------------
2 files changed, 43 insertions(+), 42 deletions(-)


2009-01-08 14:38:44

by Ingo Molnar

[permalink] [raw]
Subject: Re: [PATCH -tip 0/2] x86: rename intel_mp_floating and its all fields


* Jaswinder Singh Rajput <[email protected]> wrote:

> The following changes since commit 91506140696f1bc1a48258b17f2a768aa2090af5:
> Ingo Molnar (1):
> Merge branch 'linus'
>
> Jaswinder Singh Rajput (2):
> x86: rename intel_mp_floating to mpf_intel
> x86: rename all fields of mpf_intel mpf_X to X
>
> arch/x86/include/asm/mpspec_def.h | 23 +++++++------
> arch/x86/kernel/mpparse.c | 62 ++++++++++++++++++------------------
> 2 files changed, 43 insertions(+), 42 deletions(-)

applied to tip/x86/cleanups, thanks!

Ingo