From: Rusty Russell <rusty@rustcorp.com.au>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
Chris Metcalf <cmetcalf@tilera.com>,
cpufreq@vger.kernel.org, Dave Jones <davej@redhat.com>,
Helge Deller <deller@gmx.de>,
Jonas Aaberg <jonas.aberg@stericsson.com>,
Kyle McMartin <kyle@mcmartin.ca>,
linux-arm-kernel@lists.infradead.org,
linux-hexagon@vger.kernel.org, linux-mips@linux-mips.org,
Martin Persson <martin.persson@stericsson.com>,
Ralf Baechle <ralf@linux-mips.org>,
Richard Kuo <rkuo@codeaurora.org>,
Russell King <linux@arm.linux.org.uk>,
Sundar Iyer <sundar.iyer@stericsson.com>,
user-mode-linux-devel@lists.sourceforge.net
Subject: [PULL] cpumask cleanups
Date: Sun, 01 Apr 2012 15:25:50 +0930 [thread overview]
Message-ID: <87sjgovvvd.fsf@rustcorp.com.au> (raw)
(Somehow forgot to send this out; it's been sitting in linux-next, and
if you don't want it, it can sit there another cycle)
To git@github.com:rustyrussell/linux.git
f946eeb..615399c master -> master
+ 9dcbe9d...6ac67b9 for-linus -> for-linus (forced update)
The following changes since commit b5174fa3a7f4f8f150bfa3b917c92608953dfa0f:
Merge tag 'mmc-merge-for-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc (2012-03-28 20:59:45 -0700)
are available in the git repository at:
git://github.com/rustyrussell/linux.git master
Rusty Russell (4):
remove references to cpu_*_map in arch/
drivers/cpufreq/db8500-cpufreq: remove references to cpu_*_map.
documentation: remove references to cpu_*_map.
cpumask: remove old cpu_*_map.
Documentation/cgroups/cpusets.txt | 2 +-
Documentation/cpu-hotplug.txt | 22 +++++++++++-----------
arch/alpha/kernel/smp.c | 2 +-
arch/arm/kernel/kprobes.c | 4 ++--
arch/arm/kernel/smp.c | 7 ++++---
arch/hexagon/kernel/smp.c | 8 ++++----
arch/ia64/kernel/acpi.c | 2 +-
arch/mips/cavium-octeon/smp.c | 4 ++--
arch/mips/kernel/mips-mt-fpaff.c | 2 +-
arch/mips/kernel/proc.c | 2 +-
arch/mips/kernel/smp-bmips.c | 2 +-
arch/mips/kernel/smp.c | 27 ++++++++++++---------------
arch/mips/kernel/smtc.c | 2 +-
arch/mips/mm/c-octeon.c | 6 +++---
arch/mips/netlogic/common/smp.c | 6 +++---
arch/mips/pmc-sierra/yosemite/smp.c | 8 ++++----
arch/mips/sgi-ip27/ip27-smp.c | 2 +-
arch/mips/sibyte/bcm1480/smp.c | 7 +++----
arch/mips/sibyte/sb1250/smp.c | 7 +++----
arch/sparc/kernel/leon_kernel.c | 6 +++---
arch/tile/kernel/setup.c | 8 ++++----
arch/um/kernel/skas/process.c | 2 +-
arch/um/kernel/smp.c | 9 ++++-----
arch/x86/xen/enlighten.c | 2 +-
drivers/cpufreq/db8500-cpufreq.c | 2 +-
include/linux/cpumask.h | 6 ------
init/Kconfig | 4 ++--
kernel/cpuset.c | 10 +++++-----
28 files changed, 80 insertions(+), 91 deletions(-)
--
How could I marry someone with more hair than me? http://baldalex.org
WARNING: multiple messages have this Message-ID (diff)
From: Rusty Russell <rusty@rustcorp.com.au>
To: "Linus Torvalds" <torvalds@linux-foundation.org>
Cc: "LKML" <linux-kernel@vger.kernel.org>
Cc: Chris Metcalf <cmetcalf@tilera.com> (arch/tile)
Cc: cpufreq@vger.kernel.org
Cc: Dave Jones <davej@redhat.com>
Cc: Helge Deller <deller@gmx.de>
Cc: Jonas Aaberg <jonas.aberg@stericsson.com>
Cc: Kyle McMartin <kyle@mcmartin.ca>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-hexagon@vger.kernel.org
Cc: linux-mips@linux-mips.org
Cc: Martin Persson <martin.persson@stericsson.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Richard Kuo <rkuo@codeaurora.org>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Sundar Iyer <sundar.iyer@stericsson.com>
Cc: user-mode-linux-devel@lists.sourceforge.net
Subject: [PULL] cpumask cleanups
Date: Sun, 01 Apr 2012 15:25:50 +0930 [thread overview]
Message-ID: <87sjgovvvd.fsf@rustcorp.com.au> (raw)
(Somehow forgot to send this out; it's been sitting in linux-next, and
if you don't want it, it can sit there another cycle)
To git@github.com:rustyrussell/linux.git
f946eeb..615399c master -> master
+ 9dcbe9d...6ac67b9 for-linus -> for-linus (forced update)
The following changes since commit b5174fa3a7f4f8f150bfa3b917c92608953dfa0f:
Merge tag 'mmc-merge-for-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc (2012-03-28 20:59:45 -0700)
are available in the git repository at:
git://github.com/rustyrussell/linux.git master
Rusty Russell (4):
remove references to cpu_*_map in arch/
drivers/cpufreq/db8500-cpufreq: remove references to cpu_*_map.
documentation: remove references to cpu_*_map.
cpumask: remove old cpu_*_map.
Documentation/cgroups/cpusets.txt | 2 +-
Documentation/cpu-hotplug.txt | 22 +++++++++++-----------
arch/alpha/kernel/smp.c | 2 +-
arch/arm/kernel/kprobes.c | 4 ++--
arch/arm/kernel/smp.c | 7 ++++---
arch/hexagon/kernel/smp.c | 8 ++++----
arch/ia64/kernel/acpi.c | 2 +-
arch/mips/cavium-octeon/smp.c | 4 ++--
arch/mips/kernel/mips-mt-fpaff.c | 2 +-
arch/mips/kernel/proc.c | 2 +-
arch/mips/kernel/smp-bmips.c | 2 +-
arch/mips/kernel/smp.c | 27 ++++++++++++---------------
arch/mips/kernel/smtc.c | 2 +-
arch/mips/mm/c-octeon.c | 6 +++---
arch/mips/netlogic/common/smp.c | 6 +++---
arch/mips/pmc-sierra/yosemite/smp.c | 8 ++++----
arch/mips/sgi-ip27/ip27-smp.c | 2 +-
arch/mips/sibyte/bcm1480/smp.c | 7 +++----
arch/mips/sibyte/sb1250/smp.c | 7 +++----
arch/sparc/kernel/leon_kernel.c | 6 +++---
arch/tile/kernel/setup.c | 8 ++++----
arch/um/kernel/skas/process.c | 2 +-
arch/um/kernel/smp.c | 9 ++++-----
arch/x86/xen/enlighten.c | 2 +-
drivers/cpufreq/db8500-cpufreq.c | 2 +-
include/linux/cpumask.h | 6 ------
init/Kconfig | 4 ++--
kernel/cpuset.c | 10 +++++-----
28 files changed, 80 insertions(+), 91 deletions(-)
--
How could I marry someone with more hair than me? http://baldalex.org
WARNING: multiple messages have this Message-ID (diff)
From: rusty@rustcorp.com.au (Rusty Russell)
To: linux-arm-kernel@lists.infradead.org
Subject: [PULL] cpumask cleanups
Date: Sun, 01 Apr 2012 15:25:50 +0930 [thread overview]
Message-ID: <87sjgovvvd.fsf@rustcorp.com.au> (raw)
(Somehow forgot to send this out; it's been sitting in linux-next, and
if you don't want it, it can sit there another cycle)
To git at github.com:rustyrussell/linux.git
f946eeb..615399c master -> master
+ 9dcbe9d...6ac67b9 for-linus -> for-linus (forced update)
The following changes since commit b5174fa3a7f4f8f150bfa3b917c92608953dfa0f:
Merge tag 'mmc-merge-for-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc (2012-03-28 20:59:45 -0700)
are available in the git repository at:
git://github.com/rustyrussell/linux.git master
Rusty Russell (4):
remove references to cpu_*_map in arch/
drivers/cpufreq/db8500-cpufreq: remove references to cpu_*_map.
documentation: remove references to cpu_*_map.
cpumask: remove old cpu_*_map.
Documentation/cgroups/cpusets.txt | 2 +-
Documentation/cpu-hotplug.txt | 22 +++++++++++-----------
arch/alpha/kernel/smp.c | 2 +-
arch/arm/kernel/kprobes.c | 4 ++--
arch/arm/kernel/smp.c | 7 ++++---
arch/hexagon/kernel/smp.c | 8 ++++----
arch/ia64/kernel/acpi.c | 2 +-
arch/mips/cavium-octeon/smp.c | 4 ++--
arch/mips/kernel/mips-mt-fpaff.c | 2 +-
arch/mips/kernel/proc.c | 2 +-
arch/mips/kernel/smp-bmips.c | 2 +-
arch/mips/kernel/smp.c | 27 ++++++++++++---------------
arch/mips/kernel/smtc.c | 2 +-
arch/mips/mm/c-octeon.c | 6 +++---
arch/mips/netlogic/common/smp.c | 6 +++---
arch/mips/pmc-sierra/yosemite/smp.c | 8 ++++----
arch/mips/sgi-ip27/ip27-smp.c | 2 +-
arch/mips/sibyte/bcm1480/smp.c | 7 +++----
arch/mips/sibyte/sb1250/smp.c | 7 +++----
arch/sparc/kernel/leon_kernel.c | 6 +++---
arch/tile/kernel/setup.c | 8 ++++----
arch/um/kernel/skas/process.c | 2 +-
arch/um/kernel/smp.c | 9 ++++-----
arch/x86/xen/enlighten.c | 2 +-
drivers/cpufreq/db8500-cpufreq.c | 2 +-
include/linux/cpumask.h | 6 ------
init/Kconfig | 4 ++--
kernel/cpuset.c | 10 +++++-----
28 files changed, 80 insertions(+), 91 deletions(-)
--
How could I marry someone with more hair than me? http://baldalex.org
next reply other threads:[~2012-04-01 5:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-01 5:55 Rusty Russell [this message]
2012-04-01 5:55 ` [PULL] cpumask cleanups Rusty Russell
2012-04-01 5:55 ` Rusty Russell
-- strict thread matches above, loose matches on Subject: below --
2009-12-17 1:55 Rusty Russell
2009-03-30 11:38 Rusty Russell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87sjgovvvd.fsf@rustcorp.com.au \
--to=rusty@rustcorp.com.au \
--cc=cmetcalf@tilera.com \
--cc=cpufreq@vger.kernel.org \
--cc=davej@redhat.com \
--cc=deller@gmx.de \
--cc=jonas.aberg@stericsson.com \
--cc=kyle@mcmartin.ca \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-hexagon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@linux-mips.org \
--cc=linux@arm.linux.org.uk \
--cc=martin.persson@stericsson.com \
--cc=ralf@linux-mips.org \
--cc=rkuo@codeaurora.org \
--cc=sundar.iyer@stericsson.com \
--cc=torvalds@linux-foundation.org \
--cc=user-mode-linux-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.