diff for duplicates of <20090914153616.GD3164@pengutronix.de> diff --git a/a/1.txt b/N1/1.txt index a322981..9d47654 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -10,9 +10,9 @@ On Mon, Sep 14, 2009 at 06:14:08PM +0300, Felipe Contreras wrote: > >> >> > On Mon, Sep 14, 2009 at 01:21:00AM +0100, Jamie Lokier wrote: > >> >> >> Russell King - ARM Linux wrote: > >> >> >> > On Sun, Sep 13, 2009 at 11:28:47PM +0200, Marek Vasut wrote: -> >> >> >> > > > ? ? ? ? ? ? ? ? bhi ? ? __delay -> >> >> >> > > > ? ? ? ? ? ? ? ? mov ? ? pc, lr -> >> >> >> > > > ?ENDPROC(__udelay) +> >> >> >> > > > bhi __delay +> >> >> >> > > > mov pc, lr +> >> >> >> > > > ENDPROC(__udelay) > >> >> >> > > > > >> >> >> > > Hi > >> >> >> > > @@ -34,10 +34,10 @@ On Mon, Sep 14, 2009 at 06:14:08PM +0300, Felipe Contreras wrote: > >> > Because then you get it whenever you configure for V4 as the lowest > >> > denominator CPU, which leads to the buggy behaviour on better CPUs. > >> > It's far better to leave it as is and just accept that the old CPUs -> >> > will have longer than necessary delays. ?If people really really +> >> > will have longer than necessary delays. If people really really > >> > care (and there's likely to only be a small minority of them now) > >> > changing the '0' to a '1' is a very simple change for them to carry -> >> > in their local tree. ?Unlike getting the right unrolling etc. +> >> > in their local tree. Unlike getting the right unrolling etc. > >> > >> Well, they can also 'git revert' this patch. If somebody really cares > >> I think they should shout now and provide a better patch, otherwise @@ -57,10 +57,3 @@ for it, though they need documentation IMHO. -- Pengutronix e.K. | Wolfram Sang | Industrial Linux Solutions | http://www.pengutronix.de/ | --------------- next part -------------- -A non-text attachment was scrubbed... -Name: not available -Type: application/pgp-signature -Size: 197 bytes -Desc: Digital signature -URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20090914/3933076d/attachment.sig> diff --git a/N1/2.bin b/N1/2.bin new file mode 100644 index 0000000..fcf6a40 --- /dev/null +++ b/N1/2.bin @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iEYEARECAAYFAkquYvAACgkQD27XaX1/VRvjZgCfW6OZb9hQDga/XCEcMIwskXrs +ebgAoLmtpTZ7t/Sz89D3WoESDCOenff6 +=YPuS +-----END PGP SIGNATURE----- diff --git a/N1/2.hdr b/N1/2.hdr new file mode 100644 index 0000000..9f49b3a --- /dev/null +++ b/N1/2.hdr @@ -0,0 +1,3 @@ +Content-Type: application/pgp-signature; name="signature.asc" +Content-Description: Digital signature +Content-Disposition: inline diff --git a/a/content_digest b/N1/content_digest index 144a31f..3fa4617 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -8,11 +8,16 @@ "ref\094a0d4530909140738t7e4d646r134cfd884da21348@mail.gmail.com\0" "ref\020090914144028.GG21580@n2100.arm.linux.org.uk\0" "ref\094a0d4530909140814w36f7f5f0td2c25db07fbd4e57@mail.gmail.com\0" - "From\0w.sang@pengutronix.de (Wolfram Sang)\0" - "Subject\0[PATCH] arm: remove unused code in delay.S\0" + "From\0Wolfram Sang <w.sang@pengutronix.de>\0" + "Subject\0Re: [PATCH] arm: remove unused code in delay.S\0" "Date\0Mon, 14 Sep 2009 17:36:16 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" - "\00:1\0" + "To\0Felipe Contreras <felipe.contreras@gmail.com>\0" + "Cc\0Russell King - ARM Linux <linux@arm.linux.org.uk>" + Marek Vasut <marek.vasut@gmail.com> + Jamie Lokier <jamie@shareable.org> + linux-kernel@vger.kernel.org + " linux-arm-kernel@lists.infradead.org\0" + "\01:1\0" "b\0" "On Mon, Sep 14, 2009 at 06:14:08PM +0300, Felipe Contreras wrote:\n" "> On Mon, Sep 14, 2009 at 5:40 PM, Russell King - ARM Linux\n" @@ -26,9 +31,9 @@ "> >> >> > On Mon, Sep 14, 2009 at 01:21:00AM +0100, Jamie Lokier wrote:\n" "> >> >> >> Russell King - ARM Linux wrote:\n" "> >> >> >> > On Sun, Sep 13, 2009 at 11:28:47PM +0200, Marek Vasut wrote:\n" - "> >> >> >> > > > ? ? ? ? ? ? ? ? bhi ? ? __delay\n" - "> >> >> >> > > > ? ? ? ? ? ? ? ? mov ? ? pc, lr\n" - "> >> >> >> > > > ?ENDPROC(__udelay)\n" + "> >> >> >> > > > \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 bhi \302\240 \302\240 __delay\n" + "> >> >> >> > > > \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 mov \302\240 \302\240 pc, lr\n" + "> >> >> >> > > > \302\240ENDPROC(__udelay)\n" "> >> >> >> > > >\n" "> >> >> >> > > Hi\n" "> >> >> >> > >\n" @@ -50,10 +55,10 @@ "> >> > Because then you get it whenever you configure for V4 as the lowest\n" "> >> > denominator CPU, which leads to the buggy behaviour on better CPUs.\n" "> >> > It's far better to leave it as is and just accept that the old CPUs\n" - "> >> > will have longer than necessary delays. ?If people really really\n" + "> >> > will have longer than necessary delays. \302\240If people really really\n" "> >> > care (and there's likely to only be a small minority of them now)\n" "> >> > changing the '0' to a '1' is a very simple change for them to carry\n" - "> >> > in their local tree. ?Unlike getting the right unrolling etc.\n" + "> >> > in their local tree. \302\240Unlike getting the right unrolling etc.\n" "> >>\n" "> >> Well, they can also 'git revert' this patch. If somebody really cares\n" "> >> I think they should shout now and provide a better patch, otherwise\n" @@ -72,13 +77,17 @@ "\n" "-- \n" "Pengutronix e.K. | Wolfram Sang |\n" - "Industrial Linux Solutions | http://www.pengutronix.de/ |\n" - "-------------- next part --------------\n" - "A non-text attachment was scrubbed...\n" - "Name: not available\n" - "Type: application/pgp-signature\n" - "Size: 197 bytes\n" - "Desc: Digital signature\n" - URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20090914/3933076d/attachment.sig> + Industrial Linux Solutions | http://www.pengutronix.de/ | + "\01:2\0" + "fn\0signature.asc\0" + "d\0Digital signature\0" + "b\0" + "-----BEGIN PGP SIGNATURE-----\n" + "Version: GnuPG v1.4.9 (GNU/Linux)\n" + "\n" + "iEYEARECAAYFAkquYvAACgkQD27XaX1/VRvjZgCfW6OZb9hQDga/XCEcMIwskXrs\n" + "ebgAoLmtpTZ7t/Sz89D3WoESDCOenff6\n" + "=YPuS\n" + "-----END PGP SIGNATURE-----\n" -c65f3ec59b55b08e6e20264590ebd5aebbf5d2286843d5a85306a141f30649f0 +a88d1734c15caec6591a5a0f79e7ccc23248af7dcac22582379859c8ad7e7662
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.