public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -tip 0/7] x86 rename mpc_config_X to mpc_X
@ 2009-01-03 10:16 Jaswinder Singh Rajput
  2009-01-04 11:07 ` Ingo Molnar
  0 siblings, 1 reply; 4+ messages in thread
From: Jaswinder Singh Rajput @ 2009-01-03 10:16 UTC (permalink / raw)
  To: Ingo Molnar, Alan Cox, Andi Kleen, astarikovskiy, jbarnes, pazke,
	x86 maintainers, LKML

These are first set of patches for cleanup related to mpspec as suggested by Ingo Molnar.
Once these are approved and applied then I will send next set of patches.

The following changes since commit 6ea161d36b1a3615f10a52bd5b19fac41653eea4:
  Ingo Molnar (1):
        Merge branch 'linus'

Jaswinder Singh Rajput (7):
      x86: rename mp_config_table to mpc_table
      x86: rename mpc_config_bus to mpc_bus
      x86: rename mpc_config_processor to mpc_cpu
      x86: rename mpc_config_ioapic to mpc_ioapic
      x86: rename mpc_config_intsrc to mpc_intsrc
      x86: rename mpc_config_lintsrc to mpc_lintsrc
      x86: rename mpc_config_oemtable to mpc_oemtable

 arch/x86/include/asm/es7000/mpparse.h            |    3 +-
 arch/x86/include/asm/genapic_32.h                |    8 +-
 arch/x86/include/asm/mach-default/mach_mpparse.h |    4 +-
 arch/x86/include/asm/mach-generic/mach_mpparse.h |    5 +-
 arch/x86/include/asm/mach-generic/mach_mpspec.h  |    4 +-
 arch/x86/include/asm/mpspec_def.h                |   14 ++--
 arch/x86/include/asm/numaq/mpparse.h             |    3 +-
 arch/x86/include/asm/setup.h                     |   14 ++--
 arch/x86/include/asm/summit/mpparse.h            |    2 +-
 arch/x86/kernel/mpparse.c                        |   98 ++++++++++------------
 arch/x86/kernel/numaq_32.c                       |   11 +--
 arch/x86/kernel/visws_quirks.c                   |    4 +-
 arch/x86/mach-generic/es7000.c                   |    8 +-
 arch/x86/mach-generic/numaq.c                    |    3 +-
 arch/x86/mach-generic/probe.c                    |    3 +-
 15 files changed, 84 insertions(+), 100 deletions(-)

Thank you,
	JSR


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH -tip 0/7] x86 rename mpc_config_X to mpc_X
  2009-01-03 10:16 [PATCH -tip 0/7] x86 rename mpc_config_X to mpc_X Jaswinder Singh Rajput
@ 2009-01-04 11:07 ` Ingo Molnar
  2009-01-04 11:09   ` Jaswinder Singh Rajput
  0 siblings, 1 reply; 4+ messages in thread
From: Ingo Molnar @ 2009-01-04 11:07 UTC (permalink / raw)
  To: Jaswinder Singh Rajput
  Cc: Alan Cox, Andi Kleen, astarikovskiy, jbarnes, pazke,
	x86 maintainers, LKML


* Jaswinder Singh Rajput <jaswinder@infradead.org> wrote:

> These are first set of patches for cleanup related to mpspec as suggested by Ingo Molnar.
> Once these are approved and applied then I will send next set of patches.
> 
> The following changes since commit 6ea161d36b1a3615f10a52bd5b19fac41653eea4:
>   Ingo Molnar (1):
>         Merge branch 'linus'
> 
> Jaswinder Singh Rajput (7):
>       x86: rename mp_config_table to mpc_table
>       x86: rename mpc_config_bus to mpc_bus
>       x86: rename mpc_config_processor to mpc_cpu
>       x86: rename mpc_config_ioapic to mpc_ioapic
>       x86: rename mpc_config_intsrc to mpc_intsrc
>       x86: rename mpc_config_lintsrc to mpc_lintsrc
>       x86: rename mpc_config_oemtable to mpc_oemtable

i'm wondering, will you also try the other, more structural cleanups i 
suggested?

	Ingo

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH -tip 0/7] x86 rename mpc_config_X to mpc_X
  2009-01-04 11:07 ` Ingo Molnar
@ 2009-01-04 11:09   ` Jaswinder Singh Rajput
  2009-01-04 11:27     ` Ingo Molnar
  0 siblings, 1 reply; 4+ messages in thread
From: Jaswinder Singh Rajput @ 2009-01-04 11:09 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Alan Cox, Andi Kleen, astarikovskiy, jbarnes, pazke,
	x86 maintainers, LKML

Hello Ingo,

On Sun, 2009-01-04 at 12:07 +0100, Ingo Molnar wrote:
> * Jaswinder Singh Rajput <jaswinder@infradead.org> wrote:
> i'm wondering, will you also try the other, more structural cleanups i 
> suggested?

Yes, I will do it.

But if you apply this set then it will easier for me. I am just waiting
from you side :-)

Thank you,
	JSR.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH -tip 0/7] x86 rename mpc_config_X to mpc_X
  2009-01-04 11:09   ` Jaswinder Singh Rajput
@ 2009-01-04 11:27     ` Ingo Molnar
  0 siblings, 0 replies; 4+ messages in thread
From: Ingo Molnar @ 2009-01-04 11:27 UTC (permalink / raw)
  To: Jaswinder Singh Rajput
  Cc: Alan Cox, Andi Kleen, astarikovskiy, jbarnes, pazke,
	x86 maintainers, LKML


* Jaswinder Singh Rajput <jaswinder@infradead.org> wrote:

> Hello Ingo,
> 
> On Sun, 2009-01-04 at 12:07 +0100, Ingo Molnar wrote:
> > * Jaswinder Singh Rajput <jaswinder@infradead.org> wrote:
> > i'm wondering, will you also try the other, more structural cleanups i 
> > suggested?
> 
> Yes, I will do it.
> 
> But if you apply this set then it will easier for me. I am just waiting 
> from you side :-)

Yeah - but there's no need to wait for me - the renames are fine.

	Ingo

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-01-04 11:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-03 10:16 [PATCH -tip 0/7] x86 rename mpc_config_X to mpc_X Jaswinder Singh Rajput
2009-01-04 11:07 ` Ingo Molnar
2009-01-04 11:09   ` Jaswinder Singh Rajput
2009-01-04 11:27     ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox