Subject: [GIT PULL] oprofile: fixes for tip/perf/urgent

Ingo,

it's only one patch, please pull from:

git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git urgent

Thanks,

-Robert


The following changes since commit 6921a575c9f26f7ea274aaea3b78967810ce5513:

Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/urgent (2012-06-20 14:26:58 +0200)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git urgent

Will Deacon (1):
oprofile: perf: use NR_CPUS instead or nr_cpumask_bits for static array

drivers/oprofile/oprofile_perf.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


2012-06-24 17:09:30

by Ingo Molnar

[permalink] [raw]
Subject: Re: [GIT PULL] oprofile: fixes for tip/perf/urgent


* Robert Richter <[email protected]> wrote:

> Ingo,
>
> it's only one patch, please pull from:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git urgent
>
> Thanks,
>
> -Robert
>
>
> The following changes since commit 6921a575c9f26f7ea274aaea3b78967810ce5513:
>
> Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/urgent (2012-06-20 14:26:58 +0200)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git urgent
>
> Will Deacon (1):
> oprofile: perf: use NR_CPUS instead or nr_cpumask_bits for static array
>
> drivers/oprofile/oprofile_perf.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)

Pulled, thanks Robert!

Ingo