All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20100622092809.GX12255@atomide.com>

diff --git a/a/1.txt b/N1/1.txt
index 1a913a2..d301e41 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -9,3 +9,10 @@ Forgot my own earlier comment to check only for ARM1136, will update
 with this patch.
 
 Tony
+-------------- next part --------------
+A non-text attachment was scrubbed...
+Name: tls-1136.patch
+Type: text/x-diff
+Size: 488 bytes
+Desc: not available
+URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20100622/94d5fc78/attachment.bin>
diff --git a/a/2.hdr b/a/2.hdr
deleted file mode 100644
index 48f7a3c..0000000
--- a/a/2.hdr
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Type: text/x-diff; charset=us-ascii
-Content-Disposition: inline; filename="tls-1136.patch"
diff --git a/a/2.txt b/a/2.txt
deleted file mode 100644
index 280b1a1..0000000
--- a/a/2.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-Check only for 1136.
-
-Signed-off-by: Tony Lindgren <tony@atomide.com>
-
---- a/arch/arm/kernel/setup.c
-+++ b/arch/arm/kernel/setup.c
-@@ -277,8 +277,8 @@ static void __init feat_v6_fixup(void)
- 	if (id & 0x000f0000 != 0x00070000)
- 		return;
- 
--	/* HWCAP_TLS is available only on V6 r1p0 and later */
--	if (((id >> 20) & 3) == 0)
-+	/* HWCAP_TLS is available only on 1136 r1p0 and later */
-+	if ((((id >> 4) & 0xfff) == 0xb36) && (((id >> 20) & 3) == 0))
- 		elf_hwcap &= ~HWCAP_TLS;
- }
- #else
diff --git a/a/content_digest b/N1/content_digest
index 0dc772b..ded82c8 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,11 +1,10 @@
  "ref\020100621133749.24299.36154.stgit@baageli.muru.com\0"
  "ref\020100621135120.24299.98499.stgit@baageli.muru.com\0"
- "From\0Tony Lindgren <tony@atomide.com>\0"
- "Subject\0Re: [PATCH 1/2] arm: Replace CONFIG_HAS_TLS_REG with HWCAP_TLS and check for it on V6\0"
+ "From\0tony@atomide.com (Tony Lindgren)\0"
+ "Subject\0[PATCH 1/2] arm: Replace CONFIG_HAS_TLS_REG with HWCAP_TLS and check for it on V6\0"
  "Date\0Tue, 22 Jun 2010 12:28:09 +0300\0"
  "To\0linux-arm-kernel@lists.infradead.org\0"
- "Cc\0linux-omap@vger.kernel.org\0"
- "\01:1\0"
+ "\00:1\0"
  "b\0"
  "* Tony Lindgren <tony@atomide.com> [100621 16:45]:\n"
  "> The TLS register is only available on ARM1136 r1p0 and later.\n"
@@ -17,26 +16,13 @@
  "Forgot my own earlier comment to check only for ARM1136, will update\n"
  "with this patch.\n"
  "\n"
- Tony
- "\01:2\0"
- "fn\0tls-1136.patch\0"
- "b\0"
- "Check only for 1136.\n"
- "\n"
- "Signed-off-by: Tony Lindgren <tony@atomide.com>\n"
- "\n"
- "--- a/arch/arm/kernel/setup.c\n"
- "+++ b/arch/arm/kernel/setup.c\n"
- "@@ -277,8 +277,8 @@ static void __init feat_v6_fixup(void)\n"
- " \tif (id & 0x000f0000 != 0x00070000)\n"
- " \t\treturn;\n"
- " \n"
- "-\t/* HWCAP_TLS is available only on V6 r1p0 and later */\n"
- "-\tif (((id >> 20) & 3) == 0)\n"
- "+\t/* HWCAP_TLS is available only on 1136 r1p0 and later */\n"
- "+\tif ((((id >> 4) & 0xfff) == 0xb36) && (((id >> 20) & 3) == 0))\n"
- " \t\telf_hwcap &= ~HWCAP_TLS;\n"
- " }\n"
-  #else
+ "Tony\n"
+ "-------------- next part --------------\n"
+ "A non-text attachment was scrubbed...\n"
+ "Name: tls-1136.patch\n"
+ "Type: text/x-diff\n"
+ "Size: 488 bytes\n"
+ "Desc: not available\n"
+ URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20100622/94d5fc78/attachment.bin>
 
-058a1fd500c9578c6b1833fdadafbf51791bbe09cd5bbf55f27b4b8adda709d4
+0f85e1056bef12432e4413a8e24bb20f3ca559b10e27386d0e578ffe45f7ae46

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.