All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <414FEBE6.8050505@soft.fujitsu.com>

diff --git a/a/1.txt b/N1/1.txt
index f1c9ee2..4b82ff3 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -20,7 +20,7 @@ pcibios_disable_device() and acpi_unregister_gsi() for ia64.
 
         This calls acpi_pci_irq_disable() to deallocate IRQ resources.
 
-Signed-off-by: Kenji Kaneshige <kaneshige.kenji-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
+Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
 
 
 ---
@@ -110,7 +110,7 @@ diff -puN arch/ia64/kernel/iosapic.c~IRQ_deallocation_ia64 arch/ia64/kernel/iosa
  	iosapic_intr_info[vector].trigger  = trigger;
 +	iosapic_intr_info[vector].refcnt++;
  
- 	if (trigger == IOSAPIC_EDGE)
+ 	if (trigger = IOSAPIC_EDGE)
  		irq_type = &irq_type_iosapic_edge;
 @@ -576,6 +574,7 @@ iosapic_register_intr (unsigned int gsi,
  	{
@@ -130,7 +130,7 @@ diff -puN arch/ia64/kernel/iosapic.c~IRQ_deallocation_ia64 arch/ia64/kernel/iosa
  	spin_unlock_irqrestore(&iosapic_lock, flags);
  
 @@ -592,10 +593,73 @@ iosapic_register_intr (unsigned int gsi,
- 	       (polarity == IOSAPIC_POL_HIGH ? "high" : "low"),
+ 	       (polarity = IOSAPIC_POL_HIGH ? "high" : "low"),
  	       cpu_logical_id(dest), dest, vector);
  
 -	set_rte(vector, dest, 1);
@@ -195,8 +195,8 @@ diff -puN arch/ia64/kernel/iosapic.c~IRQ_deallocation_ia64 arch/ia64/kernel/iosa
 +	free_irq_vector(vector);
 +
 +	printk(KERN_INFO "GSI %u (%s, %s) -> vector %d unregisterd.\n",
-+	       gsi, (trigger == IOSAPIC_EDGE ? "edge" : "level"),
-+	       (polarity == IOSAPIC_POL_HIGH ? "high" : "low"),
++	       gsi, (trigger = IOSAPIC_EDGE ? "edge" : "level"),
++	       (polarity = IOSAPIC_POL_HIGH ? "high" : "low"),
 +	       vector);
 +}
 +#endif /* CONFIG_IA64_DEALLOCATE_IRQ */
@@ -211,9 +211,9 @@ diff -puN arch/ia64/kernel/irq.c~IRQ_deallocation_ia64 arch/ia64/kernel/irq.c
  	struct irqaction *old, **p;
  	irq_desc_t *desc = irq_descp(irq);
  
--	if (desc->handler == &no_irq_type)
+-	if (desc->handler = &no_irq_type)
 +	spin_lock_irqsave(&desc->lock,flags);
-+	if (desc->handler == &no_irq_type) {
++	if (desc->handler = &no_irq_type) {
 +		spin_unlock_irqrestore(&desc->lock,flags);
  		return -ENOSYS;
 +	}
@@ -335,11 +335,3 @@ diff -puN include/asm-ia64/iosapic.h~IRQ_deallocation_ia64 include/asm-ia64/iosa
  	polarity,trigger)					(gsi)
 
 _
-
-
-
--------------------------------------------------------
-This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
-Project Admins to receive an Apple iPod Mini FREE for your judgement on
-who ports your project to Linux PPC the best. Sponsored by IBM.
-Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
diff --git a/a/content_digest b/N1/content_digest
index bb1c470..506d530 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,7 @@
- "From\0Kenji Kaneshige <kaneshige.kenji-tPnzhWqfZ96MLkP6nYsO9A@public.gmane.org>\0"
+ "ref\0414FEBC6.4030901@jp.fujitsu.com\0"
+ "From\0Kenji Kaneshige <kaneshige.kenji@soft.fujitsu.com>\0"
  "Subject\0[PATCH] PCI IRQ resource deallocation support [3/3]\0"
- "Date\0Tue, 21 Sep 2004 17:52:54 +0900\0"
+ "Date\0Tue, 21 Sep 2004 08:52:54 +0000\0"
  "To\0akpm-3NddpPZAyC0@public.gmane.org"
   greg-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org
   len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org
@@ -32,7 +33,7 @@
  "\n"
  "        This calls acpi_pci_irq_disable() to deallocate IRQ resources.\n"
  "\n"
- "Signed-off-by: Kenji Kaneshige <kaneshige.kenji-+CUm20s59erQFUHtdCDX3A@public.gmane.org>\n"
+ "Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>\n"
  "\n"
  "\n"
  "---\n"
@@ -122,7 +123,7 @@
  " \tiosapic_intr_info[vector].trigger  = trigger;\n"
  "+\tiosapic_intr_info[vector].refcnt++;\n"
  " \n"
- " \tif (trigger == IOSAPIC_EDGE)\n"
+ " \tif (trigger = IOSAPIC_EDGE)\n"
  " \t\tirq_type = &irq_type_iosapic_edge;\n"
  "@@ -576,6 +574,7 @@ iosapic_register_intr (unsigned int gsi,\n"
  " \t{\n"
@@ -142,7 +143,7 @@
  " \tspin_unlock_irqrestore(&iosapic_lock, flags);\n"
  " \n"
  "@@ -592,10 +593,73 @@ iosapic_register_intr (unsigned int gsi,\n"
- " \t       (polarity == IOSAPIC_POL_HIGH ? \"high\" : \"low\"),\n"
+ " \t       (polarity = IOSAPIC_POL_HIGH ? \"high\" : \"low\"),\n"
  " \t       cpu_logical_id(dest), dest, vector);\n"
  " \n"
  "-\tset_rte(vector, dest, 1);\n"
@@ -207,8 +208,8 @@
  "+\tfree_irq_vector(vector);\n"
  "+\n"
  "+\tprintk(KERN_INFO \"GSI %u (%s, %s) -> vector %d unregisterd.\\n\",\n"
- "+\t       gsi, (trigger == IOSAPIC_EDGE ? \"edge\" : \"level\"),\n"
- "+\t       (polarity == IOSAPIC_POL_HIGH ? \"high\" : \"low\"),\n"
+ "+\t       gsi, (trigger = IOSAPIC_EDGE ? \"edge\" : \"level\"),\n"
+ "+\t       (polarity = IOSAPIC_POL_HIGH ? \"high\" : \"low\"),\n"
  "+\t       vector);\n"
  "+}\n"
  "+#endif /* CONFIG_IA64_DEALLOCATE_IRQ */\n"
@@ -223,9 +224,9 @@
  " \tstruct irqaction *old, **p;\n"
  " \tirq_desc_t *desc = irq_descp(irq);\n"
  " \n"
- "-\tif (desc->handler == &no_irq_type)\n"
+ "-\tif (desc->handler = &no_irq_type)\n"
  "+\tspin_lock_irqsave(&desc->lock,flags);\n"
- "+\tif (desc->handler == &no_irq_type) {\n"
+ "+\tif (desc->handler = &no_irq_type) {\n"
  "+\t\tspin_unlock_irqrestore(&desc->lock,flags);\n"
  " \t\treturn -ENOSYS;\n"
  "+\t}\n"
@@ -346,14 +347,6 @@
  " #define iosapic_register_platform_intr(type,gsi,pmi,eid,id, \\\n"
  " \tpolarity,trigger)\t\t\t\t\t(gsi)\n"
  "\n"
- "_\n"
- "\n"
- "\n"
- "\n"
- "-------------------------------------------------------\n"
- "This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170\n"
- "Project Admins to receive an Apple iPod Mini FREE for your judgement on\n"
- "who ports your project to Linux PPC the best. Sponsored by IBM.\n"
- Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
+ _
 
-13fba6ac307a839a6f9ceafdece6909550d155519e9af1b6b9b91acf9bcc393d
+d7956ae3e1040f724c089070713d7c40b69e2c4a38006dd6396b93e596e38d3d

diff --git a/a/1.txt b/N2/1.txt
index f1c9ee2..a4ca77b 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -20,7 +20,7 @@ pcibios_disable_device() and acpi_unregister_gsi() for ia64.
 
         This calls acpi_pci_irq_disable() to deallocate IRQ resources.
 
-Signed-off-by: Kenji Kaneshige <kaneshige.kenji-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
+Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
 
 
 ---
@@ -335,11 +335,3 @@ diff -puN include/asm-ia64/iosapic.h~IRQ_deallocation_ia64 include/asm-ia64/iosa
  	polarity,trigger)					(gsi)
 
 _
-
-
-
--------------------------------------------------------
-This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
-Project Admins to receive an Apple iPod Mini FREE for your judgement on
-who ports your project to Linux PPC the best. Sponsored by IBM.
-Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
diff --git a/a/content_digest b/N2/content_digest
index bb1c470..4e1081b 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,13 +1,13 @@
- "From\0Kenji Kaneshige <kaneshige.kenji-tPnzhWqfZ96MLkP6nYsO9A@public.gmane.org>\0"
+ "From\0Kenji Kaneshige <kaneshige.kenji@soft.fujitsu.com>\0"
  "Subject\0[PATCH] PCI IRQ resource deallocation support [3/3]\0"
  "Date\0Tue, 21 Sep 2004 17:52:54 +0900\0"
- "To\0akpm-3NddpPZAyC0@public.gmane.org"
-  greg-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org
-  len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org
-  tony.luck-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
- " linux-ia64-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+ "To\0akpm@osdl.org"
+  greg@kroah.com
+  len.brown@intel.com
+  tony.luck@intel.com
+  linux-kernel@vger.kernel.org
+  acpi-devel@lists.sourceforge.net
+ " linux-ia64@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "\n"
@@ -32,7 +32,7 @@
  "\n"
  "        This calls acpi_pci_irq_disable() to deallocate IRQ resources.\n"
  "\n"
- "Signed-off-by: Kenji Kaneshige <kaneshige.kenji-+CUm20s59erQFUHtdCDX3A@public.gmane.org>\n"
+ "Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>\n"
  "\n"
  "\n"
  "---\n"
@@ -346,14 +346,6 @@
  " #define iosapic_register_platform_intr(type,gsi,pmi,eid,id, \\\n"
  " \tpolarity,trigger)\t\t\t\t\t(gsi)\n"
  "\n"
- "_\n"
- "\n"
- "\n"
- "\n"
- "-------------------------------------------------------\n"
- "This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170\n"
- "Project Admins to receive an Apple iPod Mini FREE for your judgement on\n"
- "who ports your project to Linux PPC the best. Sponsored by IBM.\n"
- Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
+ _
 
-13fba6ac307a839a6f9ceafdece6909550d155519e9af1b6b9b91acf9bcc393d
+3760f7be931ac17b3b79b6165a60ab7baed194635e7b331d96995712c03da119

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.