diff for duplicates of <20120331165401.GD2450@linux.vnet.ibm.com> diff --git a/a/content_digest b/N1/content_digest index 92bdfbe..0193b3a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,31 +2,8 @@ "ref\0CAMuHMdWTB+_AtqM6JixY=Oo_zmzX_dNxnivpARBYSbPJzp4t6A@mail.gmail.com\0" "From\0Paul E. McKenney <paulmck@linux.vnet.ibm.com>\0" "Subject\0Re: [PATCH RFC] Simplify the Linux kernel by reducing its state space\0" - "Date\0Sat, 31 Mar 2012 09:54:01 -0700\0" - "To\0Geert Uytterhoeven <geert@linux-m68k.org>\0" - "Cc\0linux-kernel@vger.kernel.org" - linux-alpha@vger.kernel.org - linux-arm-kernel@lists.infradead.org - uclinux-dist-devel@blackfin.uclinux.org - linux-hexagon@vger.kernel.org - linux-ia64@vger.kernel.org - linux-m32r@ml.linux-m32r.org - linux-m32r-ja@ml.linux-m32r.org - linux-mips@linux-mips.org - linux-am33-list@redhat.com - linux-parisc@vger.kernel.org - linuxppc-dev@lists.ozlabs.org - linux-s390@vger.kernel.org - linux-sh@vger.kernel.org - sparclinux@vger.kernel.org - tglx@linutronix.de - linux@arm.linux.org.uk - dhowells@redhat.com - jejb@parisc-linux.org - linux390@de.ibm.com - x86@kernel.org - cmetcalf@tilera.com - " linux-m68k <linux-m68k@lists.linux-m68k.org>\0" + "Date\0Sat, 31 Mar 2012 16:54:01 +0000\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Sat, Mar 31, 2012 at 06:40:30PM +0200, Geert Uytterhoeven wrote:\n" @@ -78,4 +55,4 @@ "\n" "\t\t\t\t\t\t\tThanx, Paul" -155526deafe1c0f5291cc9d4b6e8e6888992804e3c7fc58ae5b8c00e73fcdc63 +22829ebfc07e95f4d15b369e3cdbaeba5a2d1d2021367b4aa557b8715a33dfbc
diff --git a/a/1.txt b/N2/1.txt index b97fc9c..9d69d47 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,44 +1,68 @@ On Sat, Mar 31, 2012 at 06:40:30PM +0200, Geert Uytterhoeven wrote: > Hi Paul, -> +>=20 > On Sat, Mar 31, 2012 at 18:33, Paul E. McKenney > <paulmck@linux.vnet.ibm.com> wrote: -> > Although there have been numerous complaints about the complexity of -> > parallel programming (especially over the past 5-10 years), the plain -> > truth is that the incremental complexity of parallel programming over -> > that of sequential programming is not as large as is commonly believed. -> > Despite that you might have heard, the mind-numbing complexity of modern -> > computer systems is not due so much to there being multiple CPUs, but -> > rather to there being any CPUs at all. In short, for the ultimate in -> > computer-system simplicity, the optimal choice is NR_CPUS=0. +> > Although there have been numerous complaints about the complexity o= +f +> > parallel programming (especially over the past 5-10 years), the pla= +in +> > truth is that the incremental complexity of parallel programming ov= +er +> > that of sequential programming is not as large as is commonly belie= +ved. +> > Despite that you might have heard, the mind-numbing complexity of m= +odern +> > computer systems is not due so much to there being multiple CPUs, b= +ut +> > rather to there being any CPUs at all. =A0In short, for the ultimat= +e in +> > computer-system simplicity, the optimal choice is NR_CPUS=3D0. > > -> > This commit therefore limits kernel builds to zero CPUs. This change -> > has the beneficial side effect of rendering all kernel bugs harmless. +> > This commit therefore limits kernel builds to zero CPUs. =A0This ch= +ange +> > has the beneficial side effect of rendering all kernel bugs harmles= +s. > > Furthermore, this commit enables additional beneficial changes, for -> > example, the removal of those parts of the kernel that are not needed +> > example, the removal of those parts of the kernel that are not need= +ed > > when there are zero CPUs. > > > > Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> > > Reviewed-by: Thomas Gleixner <tglx@linutronix.de> > > --- > > -> > alpha/Kconfig | 11 ++++++----- -> > arm/Kconfig | 6 +++--- -> > blackfin/Kconfig | 3 ++- -> > hexagon/Kconfig | 9 +++++---- -> > ia64/Kconfig | 9 +++++---- -> > m32r/Kconfig | 10 ++++++---- -> > mips/Kconfig | 21 +++++++++++---------- -> > mn10300/Kconfig | 3 ++- -> > parisc/Kconfig | 6 +++--- -> > powerpc/platforms/Kconfig.cputype | 8 ++++---- -> > s390/Kconfig | 12 +++++++----- -> > sh/Kconfig | 11 ++++++----- -> > sparc/Kconfig | 8 ++++---- -> > tile/Kconfig | 9 +++++---- -> > x86/Kconfig | 16 +++++++++------- -> > 15 files changed, 78 insertions(+), 64 deletions(-) -> +> > =A0alpha/Kconfig =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 | =A0 11 += ++++++----- +> > =A0arm/Kconfig =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 | =A0 =A0= +6 +++--- +> > =A0blackfin/Kconfig =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0| =A0 =A03 += ++- +> > =A0hexagon/Kconfig =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 | =A0 =A09 += +++++---- +> > =A0ia64/Kconfig =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0| =A0 =A0= +9 +++++---- +> > =A0m32r/Kconfig =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0| =A0 10= + ++++++---- +> > =A0mips/Kconfig =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0| =A0 21= + +++++++++++---------- +> > =A0mn10300/Kconfig =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 | =A0 =A03 += ++- +> > =A0parisc/Kconfig =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0| =A0 =A06= + +++--- +> > =A0powerpc/platforms/Kconfig.cputype | =A0 =A08 ++++---- +> > =A0s390/Kconfig =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0| =A0 12= + +++++++----- +> > =A0sh/Kconfig =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0| =A0 = +11 ++++++----- +> > =A0sparc/Kconfig =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 | =A0 =A08= + ++++---- +> > =A0tile/Kconfig =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0| =A0 =A0= +9 +++++---- +> > =A0x86/Kconfig =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 | =A0 16= + +++++++++------- +> > =A015 files changed, 78 insertions(+), 64 deletions(-) +>=20 > You forgot to fix half of the architectures, a.o. m68k? I must confess that I fixed only the SMP-capable architectures. diff --git a/a/content_digest b/N2/content_digest index 92bdfbe..edc2ef3 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -31,45 +31,69 @@ "b\0" "On Sat, Mar 31, 2012 at 06:40:30PM +0200, Geert Uytterhoeven wrote:\n" "> Hi Paul,\n" - "> \n" + ">=20\n" "> On Sat, Mar 31, 2012 at 18:33, Paul E. McKenney\n" "> <paulmck@linux.vnet.ibm.com> wrote:\n" - "> > Although there have been numerous complaints about the complexity of\n" - "> > parallel programming (especially over the past 5-10 years), the plain\n" - "> > truth is that the incremental complexity of parallel programming over\n" - "> > that of sequential programming is not as large as is commonly believed.\n" - "> > Despite that you might have heard, the mind-numbing complexity of modern\n" - "> > computer systems is not due so much to there being multiple CPUs, but\n" - "> > rather to there being any CPUs at all. \302\240In short, for the ultimate in\n" - "> > computer-system simplicity, the optimal choice is NR_CPUS=0.\n" + "> > Although there have been numerous complaints about the complexity o=\n" + "f\n" + "> > parallel programming (especially over the past 5-10 years), the pla=\n" + "in\n" + "> > truth is that the incremental complexity of parallel programming ov=\n" + "er\n" + "> > that of sequential programming is not as large as is commonly belie=\n" + "ved.\n" + "> > Despite that you might have heard, the mind-numbing complexity of m=\n" + "odern\n" + "> > computer systems is not due so much to there being multiple CPUs, b=\n" + "ut\n" + "> > rather to there being any CPUs at all. =A0In short, for the ultimat=\n" + "e in\n" + "> > computer-system simplicity, the optimal choice is NR_CPUS=3D0.\n" "> >\n" - "> > This commit therefore limits kernel builds to zero CPUs. \302\240This change\n" - "> > has the beneficial side effect of rendering all kernel bugs harmless.\n" + "> > This commit therefore limits kernel builds to zero CPUs. =A0This ch=\n" + "ange\n" + "> > has the beneficial side effect of rendering all kernel bugs harmles=\n" + "s.\n" "> > Furthermore, this commit enables additional beneficial changes, for\n" - "> > example, the removal of those parts of the kernel that are not needed\n" + "> > example, the removal of those parts of the kernel that are not need=\n" + "ed\n" "> > when there are zero CPUs.\n" "> >\n" "> > Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>\n" "> > Reviewed-by: Thomas Gleixner <tglx@linutronix.de>\n" "> > ---\n" "> >\n" - "> > \302\240alpha/Kconfig \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 | \302\240 11 ++++++-----\n" - "> > \302\240arm/Kconfig \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 | \302\240 \302\2406 +++---\n" - "> > \302\240blackfin/Kconfig \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240| \302\240 \302\2403 ++-\n" - "> > \302\240hexagon/Kconfig \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 | \302\240 \302\2409 +++++----\n" - "> > \302\240ia64/Kconfig \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240| \302\240 \302\2409 +++++----\n" - "> > \302\240m32r/Kconfig \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240| \302\240 10 ++++++----\n" - "> > \302\240mips/Kconfig \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240| \302\240 21 +++++++++++----------\n" - "> > \302\240mn10300/Kconfig \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 | \302\240 \302\2403 ++-\n" - "> > \302\240parisc/Kconfig \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240| \302\240 \302\2406 +++---\n" - "> > \302\240powerpc/platforms/Kconfig.cputype | \302\240 \302\2408 ++++----\n" - "> > \302\240s390/Kconfig \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240| \302\240 12 +++++++-----\n" - "> > \302\240sh/Kconfig \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240| \302\240 11 ++++++-----\n" - "> > \302\240sparc/Kconfig \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 | \302\240 \302\2408 ++++----\n" - "> > \302\240tile/Kconfig \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240| \302\240 \302\2409 +++++----\n" - "> > \302\240x86/Kconfig \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 | \302\240 16 +++++++++-------\n" - "> > \302\24015 files changed, 78 insertions(+), 64 deletions(-)\n" - "> \n" + "> > =A0alpha/Kconfig =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 | =A0 11 +=\n" + "+++++-----\n" + "> > =A0arm/Kconfig =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 | =A0 =A0=\n" + "6 +++---\n" + "> > =A0blackfin/Kconfig =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0| =A0 =A03 +=\n" + "+-\n" + "> > =A0hexagon/Kconfig =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 | =A0 =A09 +=\n" + "++++----\n" + "> > =A0ia64/Kconfig =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0| =A0 =A0=\n" + "9 +++++----\n" + "> > =A0m32r/Kconfig =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0| =A0 10=\n" + " ++++++----\n" + "> > =A0mips/Kconfig =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0| =A0 21=\n" + " +++++++++++----------\n" + "> > =A0mn10300/Kconfig =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 | =A0 =A03 +=\n" + "+-\n" + "> > =A0parisc/Kconfig =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0| =A0 =A06=\n" + " +++---\n" + "> > =A0powerpc/platforms/Kconfig.cputype | =A0 =A08 ++++----\n" + "> > =A0s390/Kconfig =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0| =A0 12=\n" + " +++++++-----\n" + "> > =A0sh/Kconfig =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0| =A0 =\n" + "11 ++++++-----\n" + "> > =A0sparc/Kconfig =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 | =A0 =A08=\n" + " ++++----\n" + "> > =A0tile/Kconfig =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0| =A0 =A0=\n" + "9 +++++----\n" + "> > =A0x86/Kconfig =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 | =A0 16=\n" + " +++++++++-------\n" + "> > =A015 files changed, 78 insertions(+), 64 deletions(-)\n" + ">=20\n" "> You forgot to fix half of the architectures, a.o. m68k?\n" "\n" "I must confess that I fixed only the SMP-capable architectures.\n" @@ -78,4 +102,4 @@ "\n" "\t\t\t\t\t\t\tThanx, Paul" -155526deafe1c0f5291cc9d4b6e8e6888992804e3c7fc58ae5b8c00e73fcdc63 +ff30244e9885616c1fe4214eeb048fd60fc0d2c566e0b24f92283f415fc5a013
diff --git a/a/content_digest b/N3/content_digest index 92bdfbe..0bdc1cf 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -4,29 +4,29 @@ "Subject\0Re: [PATCH RFC] Simplify the Linux kernel by reducing its state space\0" "Date\0Sat, 31 Mar 2012 09:54:01 -0700\0" "To\0Geert Uytterhoeven <geert@linux-m68k.org>\0" - "Cc\0linux-kernel@vger.kernel.org" - linux-alpha@vger.kernel.org - linux-arm-kernel@lists.infradead.org - uclinux-dist-devel@blackfin.uclinux.org - linux-hexagon@vger.kernel.org - linux-ia64@vger.kernel.org - linux-m32r@ml.linux-m32r.org - linux-m32r-ja@ml.linux-m32r.org + "Cc\0linux-m32r-ja@ml.linux-m32r.org" linux-mips@linux-mips.org - linux-am33-list@redhat.com - linux-parisc@vger.kernel.org - linuxppc-dev@lists.ozlabs.org - linux-s390@vger.kernel.org + linux-ia64@vger.kernel.org linux-sh@vger.kernel.org + dhowells@redhat.com sparclinux@vger.kernel.org - tglx@linutronix.de + linux-s390@vger.kernel.org + linux-am33-list@redhat.com linux@arm.linux.org.uk - dhowells@redhat.com - jejb@parisc-linux.org - linux390@de.ibm.com + linux-hexagon@vger.kernel.org x86@kernel.org + jejb@parisc-linux.org cmetcalf@tilera.com - " linux-m68k <linux-m68k@lists.linux-m68k.org>\0" + linux-m68k <linux-m68k@lists.linux-m68k.org> + uclinux-dist-devel@blackfin.uclinux.org + tglx@linutronix.de + linux-arm-kernel@lists.infradead.org + linux-m32r@ml.linux-m32r.org + linux-parisc@vger.kernel.org + linux-kernel@vger.kernel.org + linux-alpha@vger.kernel.org + linux390@de.ibm.com + " linuxppc-dev@lists.ozlabs.org\0" "\00:1\0" "b\0" "On Sat, Mar 31, 2012 at 06:40:30PM +0200, Geert Uytterhoeven wrote:\n" @@ -78,4 +78,4 @@ "\n" "\t\t\t\t\t\t\tThanx, Paul" -155526deafe1c0f5291cc9d4b6e8e6888992804e3c7fc58ae5b8c00e73fcdc63 +b09044bcdc6c6d50ba32be23d05aee0097c8b44afaaa2035eb60b92f4b011b2f
diff --git a/a/1.txt b/N4/1.txt index b97fc9c..80eb8df 100644 --- a/a/1.txt +++ b/N4/1.txt @@ -9,10 +9,10 @@ On Sat, Mar 31, 2012 at 06:40:30PM +0200, Geert Uytterhoeven wrote: > > that of sequential programming is not as large as is commonly believed. > > Despite that you might have heard, the mind-numbing complexity of modern > > computer systems is not due so much to there being multiple CPUs, but -> > rather to there being any CPUs at all. In short, for the ultimate in +> > rather to there being any CPUs at all. ?In short, for the ultimate in > > computer-system simplicity, the optimal choice is NR_CPUS=0. > > -> > This commit therefore limits kernel builds to zero CPUs. This change +> > This commit therefore limits kernel builds to zero CPUs. ?This change > > has the beneficial side effect of rendering all kernel bugs harmless. > > Furthermore, this commit enables additional beneficial changes, for > > example, the removal of those parts of the kernel that are not needed @@ -22,22 +22,22 @@ On Sat, Mar 31, 2012 at 06:40:30PM +0200, Geert Uytterhoeven wrote: > > Reviewed-by: Thomas Gleixner <tglx@linutronix.de> > > --- > > -> > alpha/Kconfig | 11 ++++++----- -> > arm/Kconfig | 6 +++--- -> > blackfin/Kconfig | 3 ++- -> > hexagon/Kconfig | 9 +++++---- -> > ia64/Kconfig | 9 +++++---- -> > m32r/Kconfig | 10 ++++++---- -> > mips/Kconfig | 21 +++++++++++---------- -> > mn10300/Kconfig | 3 ++- -> > parisc/Kconfig | 6 +++--- -> > powerpc/platforms/Kconfig.cputype | 8 ++++---- -> > s390/Kconfig | 12 +++++++----- -> > sh/Kconfig | 11 ++++++----- -> > sparc/Kconfig | 8 ++++---- -> > tile/Kconfig | 9 +++++---- -> > x86/Kconfig | 16 +++++++++------- -> > 15 files changed, 78 insertions(+), 64 deletions(-) +> > ?alpha/Kconfig ? ? ? ? ? ? ? ? ? ? | ? 11 ++++++----- +> > ?arm/Kconfig ? ? ? ? ? ? ? ? ? ? ? | ? ?6 +++--- +> > ?blackfin/Kconfig ? ? ? ? ? ? ? ? ?| ? ?3 ++- +> > ?hexagon/Kconfig ? ? ? ? ? ? ? ? ? | ? ?9 +++++---- +> > ?ia64/Kconfig ? ? ? ? ? ? ? ? ? ? ?| ? ?9 +++++---- +> > ?m32r/Kconfig ? ? ? ? ? ? ? ? ? ? ?| ? 10 ++++++---- +> > ?mips/Kconfig ? ? ? ? ? ? ? ? ? ? ?| ? 21 +++++++++++---------- +> > ?mn10300/Kconfig ? ? ? ? ? ? ? ? ? | ? ?3 ++- +> > ?parisc/Kconfig ? ? ? ? ? ? ? ? ? ?| ? ?6 +++--- +> > ?powerpc/platforms/Kconfig.cputype | ? ?8 ++++---- +> > ?s390/Kconfig ? ? ? ? ? ? ? ? ? ? ?| ? 12 +++++++----- +> > ?sh/Kconfig ? ? ? ? ? ? ? ? ? ? ? ?| ? 11 ++++++----- +> > ?sparc/Kconfig ? ? ? ? ? ? ? ? ? ? | ? ?8 ++++---- +> > ?tile/Kconfig ? ? ? ? ? ? ? ? ? ? ?| ? ?9 +++++---- +> > ?x86/Kconfig ? ? ? ? ? ? ? ? ? ? ? | ? 16 +++++++++------- +> > ?15 files changed, 78 insertions(+), 64 deletions(-) > > You forgot to fix half of the architectures, a.o. m68k? diff --git a/a/content_digest b/N4/content_digest index 92bdfbe..84d9ac4 100644 --- a/a/content_digest +++ b/N4/content_digest @@ -1,32 +1,9 @@ "ref\020120331163321.GA15809@linux.vnet.ibm.com\0" "ref\0CAMuHMdWTB+_AtqM6JixY=Oo_zmzX_dNxnivpARBYSbPJzp4t6A@mail.gmail.com\0" - "From\0Paul E. McKenney <paulmck@linux.vnet.ibm.com>\0" - "Subject\0Re: [PATCH RFC] Simplify the Linux kernel by reducing its state space\0" + "From\0paulmck@linux.vnet.ibm.com (Paul E. McKenney)\0" + "Subject\0[PATCH RFC] Simplify the Linux kernel by reducing its state space\0" "Date\0Sat, 31 Mar 2012 09:54:01 -0700\0" - "To\0Geert Uytterhoeven <geert@linux-m68k.org>\0" - "Cc\0linux-kernel@vger.kernel.org" - linux-alpha@vger.kernel.org - linux-arm-kernel@lists.infradead.org - uclinux-dist-devel@blackfin.uclinux.org - linux-hexagon@vger.kernel.org - linux-ia64@vger.kernel.org - linux-m32r@ml.linux-m32r.org - linux-m32r-ja@ml.linux-m32r.org - linux-mips@linux-mips.org - linux-am33-list@redhat.com - linux-parisc@vger.kernel.org - linuxppc-dev@lists.ozlabs.org - linux-s390@vger.kernel.org - linux-sh@vger.kernel.org - sparclinux@vger.kernel.org - tglx@linutronix.de - linux@arm.linux.org.uk - dhowells@redhat.com - jejb@parisc-linux.org - linux390@de.ibm.com - x86@kernel.org - cmetcalf@tilera.com - " linux-m68k <linux-m68k@lists.linux-m68k.org>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Sat, Mar 31, 2012 at 06:40:30PM +0200, Geert Uytterhoeven wrote:\n" @@ -40,10 +17,10 @@ "> > that of sequential programming is not as large as is commonly believed.\n" "> > Despite that you might have heard, the mind-numbing complexity of modern\n" "> > computer systems is not due so much to there being multiple CPUs, but\n" - "> > rather to there being any CPUs at all. \302\240In short, for the ultimate in\n" + "> > rather to there being any CPUs at all. ?In short, for the ultimate in\n" "> > computer-system simplicity, the optimal choice is NR_CPUS=0.\n" "> >\n" - "> > This commit therefore limits kernel builds to zero CPUs. \302\240This change\n" + "> > This commit therefore limits kernel builds to zero CPUs. ?This change\n" "> > has the beneficial side effect of rendering all kernel bugs harmless.\n" "> > Furthermore, this commit enables additional beneficial changes, for\n" "> > example, the removal of those parts of the kernel that are not needed\n" @@ -53,22 +30,22 @@ "> > Reviewed-by: Thomas Gleixner <tglx@linutronix.de>\n" "> > ---\n" "> >\n" - "> > \302\240alpha/Kconfig \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 | \302\240 11 ++++++-----\n" - "> > \302\240arm/Kconfig \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 | \302\240 \302\2406 +++---\n" - "> > \302\240blackfin/Kconfig \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240| \302\240 \302\2403 ++-\n" - "> > \302\240hexagon/Kconfig \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 | \302\240 \302\2409 +++++----\n" - "> > \302\240ia64/Kconfig \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240| \302\240 \302\2409 +++++----\n" - "> > \302\240m32r/Kconfig \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240| \302\240 10 ++++++----\n" - "> > \302\240mips/Kconfig \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240| \302\240 21 +++++++++++----------\n" - "> > \302\240mn10300/Kconfig \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 | \302\240 \302\2403 ++-\n" - "> > \302\240parisc/Kconfig \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240| \302\240 \302\2406 +++---\n" - "> > \302\240powerpc/platforms/Kconfig.cputype | \302\240 \302\2408 ++++----\n" - "> > \302\240s390/Kconfig \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240| \302\240 12 +++++++-----\n" - "> > \302\240sh/Kconfig \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240| \302\240 11 ++++++-----\n" - "> > \302\240sparc/Kconfig \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 | \302\240 \302\2408 ++++----\n" - "> > \302\240tile/Kconfig \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240| \302\240 \302\2409 +++++----\n" - "> > \302\240x86/Kconfig \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 | \302\240 16 +++++++++-------\n" - "> > \302\24015 files changed, 78 insertions(+), 64 deletions(-)\n" + "> > ?alpha/Kconfig ? ? ? ? ? ? ? ? ? ? | ? 11 ++++++-----\n" + "> > ?arm/Kconfig ? ? ? ? ? ? ? ? ? ? ? | ? ?6 +++---\n" + "> > ?blackfin/Kconfig ? ? ? ? ? ? ? ? ?| ? ?3 ++-\n" + "> > ?hexagon/Kconfig ? ? ? ? ? ? ? ? ? | ? ?9 +++++----\n" + "> > ?ia64/Kconfig ? ? ? ? ? ? ? ? ? ? ?| ? ?9 +++++----\n" + "> > ?m32r/Kconfig ? ? ? ? ? ? ? ? ? ? ?| ? 10 ++++++----\n" + "> > ?mips/Kconfig ? ? ? ? ? ? ? ? ? ? ?| ? 21 +++++++++++----------\n" + "> > ?mn10300/Kconfig ? ? ? ? ? ? ? ? ? | ? ?3 ++-\n" + "> > ?parisc/Kconfig ? ? ? ? ? ? ? ? ? ?| ? ?6 +++---\n" + "> > ?powerpc/platforms/Kconfig.cputype | ? ?8 ++++----\n" + "> > ?s390/Kconfig ? ? ? ? ? ? ? ? ? ? ?| ? 12 +++++++-----\n" + "> > ?sh/Kconfig ? ? ? ? ? ? ? ? ? ? ? ?| ? 11 ++++++-----\n" + "> > ?sparc/Kconfig ? ? ? ? ? ? ? ? ? ? | ? ?8 ++++----\n" + "> > ?tile/Kconfig ? ? ? ? ? ? ? ? ? ? ?| ? ?9 +++++----\n" + "> > ?x86/Kconfig ? ? ? ? ? ? ? ? ? ? ? | ? 16 +++++++++-------\n" + "> > ?15 files changed, 78 insertions(+), 64 deletions(-)\n" "> \n" "> You forgot to fix half of the architectures, a.o. m68k?\n" "\n" @@ -78,4 +55,4 @@ "\n" "\t\t\t\t\t\t\tThanx, Paul" -155526deafe1c0f5291cc9d4b6e8e6888992804e3c7fc58ae5b8c00e73fcdc63 +b51fa829414214e8ebd5d468816fbd200bc68bdd945797b18e3d26577c4ad9fd
diff --git a/a/content_digest b/N5/content_digest index 92bdfbe..7285fa3 100644 --- a/a/content_digest +++ b/N5/content_digest @@ -26,7 +26,7 @@ linux390@de.ibm.com x86@kernel.org cmetcalf@tilera.com - " linux-m68k <linux-m68k@lists.linux-m68k.org>\0" + " linux-m68k <linux-m68k@vger.kernel.org>\0" "\00:1\0" "b\0" "On Sat, Mar 31, 2012 at 06:40:30PM +0200, Geert Uytterhoeven wrote:\n" @@ -78,4 +78,4 @@ "\n" "\t\t\t\t\t\t\tThanx, Paul" -155526deafe1c0f5291cc9d4b6e8e6888992804e3c7fc58ae5b8c00e73fcdc63 +4a70f0dfdf153e8aed4e1060111c729862a81336aa32c83204c4b2e0d727d0ca
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.