diff for duplicates of <20080427103017.GT12774@kernel.dk> diff --git a/a/1.txt b/N1/1.txt index 58e33bf..9106c52 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,16 +1,16 @@ On Fri, Apr 25 2008, Andrew Morton wrote: -> > On Tue, 22 Apr 2008 20:50:17 +0200 Jens Axboe <jens.axboe-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org> wrote: +> > On Tue, 22 Apr 2008 20:50:17 +0200 Jens Axboe <jens.axboe@oracle.com> wrote: > > This adds kernel/smp.c which contains helpers for IPI function calls. In > > addition to supporting the existing smp_call_function() in a more efficient > > manner, it also adds a more scalable variant called smp_call_function_single() > > for calling a given function on a single CPU only. > > > > The core of this is based on the x86-64 patch from Nick Piggin, lots of -> > changes since then. "Alan D. Brunelle" <Alan.Brunelle-VXdhtT5mjnY@public.gmane.org> has +> > changes since then. "Alan D. Brunelle" <Alan.Brunelle@hp.com> has > > contributed lots of fixes and suggestions as well. > > -> > Acked-by: Ingo Molnar <mingo-X9Un+BFzKDI@public.gmane.org> -> > Signed-off-by: Jens Axboe <jens.axboe-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org> +> > Acked-by: Ingo Molnar <mingo@elte.hu> +> > Signed-off-by: Jens Axboe <jens.axboe@oracle.com> > > --- > > arch/Kconfig | 3 + > > include/linux/smp.h | 27 ++++- @@ -129,7 +129,7 @@ I'll get rid of the ifdef. > > +/* > > + * Generic helpers for smp ipi calls > > + * -> > + * (C) Jens Axboe <jens.axboe-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org> 2008 +> > + * (C) Jens Axboe <jens.axboe@oracle.com> 2008 > > + * > > + */ > > +#include <linux/init.h> diff --git a/a/content_digest b/N1/content_digest index 367ce39..89d7729 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,33 +1,32 @@ "ref\01208890227-24808-1-git-send-email-jens.axboe@oracle.com\0" "ref\01208890227-24808-2-git-send-email-jens.axboe@oracle.com\0" "ref\020080425231100.b93a1601.akpm@linux-foundation.org\0" - "ref\020080425231100.b93a1601.akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org\0" - "From\0Jens Axboe <jens.axboe-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>\0" + "From\0Jens Axboe <jens.axboe@oracle.com>\0" "Subject\0Re: [PATCH 1/11] Add generic helpers for arch IPI function calls\0" "Date\0Sun, 27 Apr 2008 12:30:17 +0200\0" - "To\0Andrew Morton <akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>\0" - "Cc\0linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - npiggin-l3A5Bk7waGM@public.gmane.org - torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org - peterz-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org - sam-uyr5N9Q2VtJg9hUCZPvPmw@public.gmane.org - " Paul E. McKenney <paulmck-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>\0" + "To\0Andrew Morton <akpm@linux-foundation.org>\0" + "Cc\0linux-arch@vger.kernel.org" + linux-kernel@vger.kernel.org + npiggin@suse.de + torvalds@linux-foundation.org + peterz@infradead.org + sam@ravnborg.org + " Paul E. McKenney <paulmck@us.ibm.com>\0" "\00:1\0" "b\0" "On Fri, Apr 25 2008, Andrew Morton wrote:\n" - "> > On Tue, 22 Apr 2008 20:50:17 +0200 Jens Axboe <jens.axboe-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org> wrote:\n" + "> > On Tue, 22 Apr 2008 20:50:17 +0200 Jens Axboe <jens.axboe@oracle.com> wrote:\n" "> > This adds kernel/smp.c which contains helpers for IPI function calls. In\n" "> > addition to supporting the existing smp_call_function() in a more efficient\n" "> > manner, it also adds a more scalable variant called smp_call_function_single()\n" "> > for calling a given function on a single CPU only.\n" "> > \n" "> > The core of this is based on the x86-64 patch from Nick Piggin, lots of\n" - "> > changes since then. \"Alan D. Brunelle\" <Alan.Brunelle-VXdhtT5mjnY@public.gmane.org> has\n" + "> > changes since then. \"Alan D. Brunelle\" <Alan.Brunelle@hp.com> has\n" "> > contributed lots of fixes and suggestions as well.\n" "> > \n" - "> > Acked-by: Ingo Molnar <mingo-X9Un+BFzKDI@public.gmane.org>\n" - "> > Signed-off-by: Jens Axboe <jens.axboe-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>\n" + "> > Acked-by: Ingo Molnar <mingo@elte.hu>\n" + "> > Signed-off-by: Jens Axboe <jens.axboe@oracle.com>\n" "> > ---\n" "> > arch/Kconfig | 3 +\n" "> > include/linux/smp.h | 27 ++++-\n" @@ -146,7 +145,7 @@ "> > +/*\n" "> > + * Generic helpers for smp ipi calls\n" "> > + *\n" - "> > + * (C) Jens Axboe <jens.axboe-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org> 2008\n" + "> > + * (C) Jens Axboe <jens.axboe@oracle.com> 2008\n" "> > + *\n" "> > + */\n" "> > +#include <linux/init.h>\n" @@ -450,4 +449,4 @@ "-- \n" Jens Axboe -d0eb1d2ec420d7dbe8ea5efc679f4621d3c7079feb0eeadb3da5c2dea52f19db +7ac857b9a0c39e8ba8c3f34801a09c01c2a57cde15eda50c6a20005a68ccd575
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.