2009-01-10 09:02:33

by Jaswinder Singh

[permalink] [raw]
Subject: [PULL -tip] x86: smp.h move cpumask related things to cpumask.h

The following changes since commit 22e34e5f3362464f1095bc028fc5df945663cd0a:
Ingo Molnar (1):
manual merge of out-of-tree

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6-tip.git
master

Jaswinder Singh Rajput (4):
x86: smp.h move cpu_callin_mask and cpu_callin_map declartion to cpumask.h
x86: smp.h move cpu_callout_mask and cpu_callout_map declartion
to cpumask.h
x86: smp.h move cpu_initialized_mask and cpu_initialized
declartion to cpumask.h
x86: smp.h move cpu_sibling_setup_mask and cpu_sibling_setup_map
declartion to cpumask.h

arch/x86/include/asm/cpumask.h | 28 ++++++++++++++++++++++++++++
arch/x86/include/asm/smp.h | 22 +---------------------
arch/x86/kernel/cpu/common.c | 1 +
arch/x86/kernel/setup_percpu.c | 1 +
4 files changed, 31 insertions(+), 21 deletions(-)
create mode 100644 arch/x86/include/asm/cpumask.h

Thanks
--
JSR


Attachments:
(No filename) (963.00 B)
git-pull-cpumask.diff (2.68 kB)
Download all attachments

2009-01-10 22:58:23

by Ingo Molnar

[permalink] [raw]
Subject: Re: [PULL -tip] x86: smp.h move cpumask related things to cpumask.h


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

> The following changes since commit 22e34e5f3362464f1095bc028fc5df945663cd0a:
> Ingo Molnar (1):
> manual merge of out-of-tree
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6-tip.git
> master
>
> Jaswinder Singh Rajput (4):
> x86: smp.h move cpu_callin_mask and cpu_callin_map declartion to cpumask.h
> x86: smp.h move cpu_callout_mask and cpu_callout_map declartion
> to cpumask.h
> x86: smp.h move cpu_initialized_mask and cpu_initialized
> declartion to cpumask.h
> x86: smp.h move cpu_sibling_setup_mask and cpu_sibling_setup_map
> declartion to cpumask.h
>
> arch/x86/include/asm/cpumask.h | 28 ++++++++++++++++++++++++++++
> arch/x86/include/asm/smp.h | 22 +---------------------
> arch/x86/kernel/cpu/common.c | 1 +
> arch/x86/kernel/setup_percpu.c | 1 +
> 4 files changed, 31 insertions(+), 21 deletions(-)
> create mode 100644 arch/x86/include/asm/cpumask.h

Pulled into tip/x86/cleanups, thanks Jaswinder!

Ingo