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

diff --git a/a/1.txt b/N1/1.txt
index 43caf37..8da4854 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -24,3 +24,10 @@ Does some struct size need to be changed or something?
 Regards,
 
 Tony
+-------------- next part --------------
+A non-text attachment was scrubbed...
+Name: smp-on-up-fix.patch
+Type: text/x-diff
+Size: 667 bytes
+Desc: not available
+URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20100819/088d7ba9/attachment.bin>
diff --git a/a/2.hdr b/a/2.hdr
deleted file mode 100644
index 972c703..0000000
--- a/a/2.hdr
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Type: text/x-diff; charset=us-ascii
-Content-Disposition: inline; filename="smp-on-up-fix.patch"
diff --git a/a/2.txt b/a/2.txt
deleted file mode 100644
index 1a0ad4c..0000000
--- a/a/2.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-From: Tony Lindgren <tony@atomide.com>
-Date: Thu, 19 Aug 2010 10:22:23 +0300
-Subject: [PATCH] Fix smp_on_up detection
-
-This is needed to detect UP properly on older ARMv7 like Cortex-A8.
-
-Signed-off-by: Tony Lindgren <tony@atomide.com>
-
---- a/arch/arm/kernel/head.S
-+++ b/arch/arm/kernel/head.S
-@@ -346,8 +346,10 @@ __fixup_smp:
- 	bne	smp_on_up		@ no, assume UP
- 	mrc	p15, 0, r0, c0, c0, 5	@ read MIDR
- 	movs	r0, r0, lsr #30
--	teqne	r0, #3			@ check top two bits 00 or 11
--	moveq	pc, lr
-+	teq	r0, #0			@ check two top bits 00
-+	beq	smp_on_up		@ yes, assume UP
-+	teq	r0, #3			@ check top two bits 11
-+	movne	pc, lr			@ no, running on SMP hw
- 
- smp_on_up:
- 	adr	r0, 1f
diff --git a/a/content_digest b/N1/content_digest
index 81b1cb4..0c98027 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,14 +2,11 @@
  "ref\020100817135205.GC20325@n2100.arm.linux.org.uk\0"
  "ref\020100817141210.GJ12184@atomide.com\0"
  "ref\020100817154035.GD20325@n2100.arm.linux.org.uk\0"
- "From\0Tony Lindgren <tony@atomide.com>\0"
- "Subject\0Re: [PATCH 0/4] Hacks to allow booting ARM SMP kernel on UP ARMv7\0"
+ "From\0tony@atomide.com (Tony Lindgren)\0"
+ "Subject\0[PATCH 0/4] Hacks to allow booting ARM SMP kernel on UP ARMv7\0"
  "Date\0Thu, 19 Aug 2010 10:38:11 +0300\0"
- "To\0Russell King - ARM Linux <linux@arm.linux.org.uk>\0"
- "Cc\0linux-arm-kernel@lists.infradead.org"
-  linux-omap@vger.kernel.org
- " bryan.wu@canonical.com\0"
- "\01:1\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
+ "\00:1\0"
  "b\0"
  "* Russell King - ARM Linux <linux@arm.linux.org.uk> [100817 18:33]:\n"
  "> On Tue, Aug 17, 2010 at 05:12:11PM +0300, Tony Lindgren wrote:\n"
@@ -36,32 +33,13 @@
  "\n"
  "Regards,\n"
  "\n"
- Tony
- "\01:2\0"
- "fn\0smp-on-up-fix.patch\0"
- "b\0"
- "From: Tony Lindgren <tony@atomide.com>\n"
- "Date: Thu, 19 Aug 2010 10:22:23 +0300\n"
- "Subject: [PATCH] Fix smp_on_up detection\n"
- "\n"
- "This is needed to detect UP properly on older ARMv7 like Cortex-A8.\n"
- "\n"
- "Signed-off-by: Tony Lindgren <tony@atomide.com>\n"
- "\n"
- "--- a/arch/arm/kernel/head.S\n"
- "+++ b/arch/arm/kernel/head.S\n"
- "@@ -346,8 +346,10 @@ __fixup_smp:\n"
- " \tbne\tsmp_on_up\t\t@ no, assume UP\n"
- " \tmrc\tp15, 0, r0, c0, c0, 5\t@ read MIDR\n"
- " \tmovs\tr0, r0, lsr #30\n"
- "-\tteqne\tr0, #3\t\t\t@ check top two bits 00 or 11\n"
- "-\tmoveq\tpc, lr\n"
- "+\tteq\tr0, #0\t\t\t@ check two top bits 00\n"
- "+\tbeq\tsmp_on_up\t\t@ yes, assume UP\n"
- "+\tteq\tr0, #3\t\t\t@ check top two bits 11\n"
- "+\tmovne\tpc, lr\t\t\t@ no, running on SMP hw\n"
- " \n"
- " smp_on_up:\n"
- " \tadr\tr0, 1f"
+ "Tony\n"
+ "-------------- next part --------------\n"
+ "A non-text attachment was scrubbed...\n"
+ "Name: smp-on-up-fix.patch\n"
+ "Type: text/x-diff\n"
+ "Size: 667 bytes\n"
+ "Desc: not available\n"
+ URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20100819/088d7ba9/attachment.bin>
 
-e4c4b2b058bfb20c8aa87c6e7d4427602e84bb3441b928c1d4c372752e243217
+e35a520941ee0fa4ea92d49fb58fb4beca9579518e34c531cb720690966082cf

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.