diff for duplicates of <1337576792-5347-1-git-send-email-lethal@linux-sh.org> diff --git a/a/1.txt b/N1/1.txt index dd2dfc0..5c9e344 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -96,7 +96,7 @@ index 41c1564..9e99054 100644 return NULL; @@ -367,7 +370,7 @@ unsigned int irq_create_direct_mapping(struct irq_domain *domain) - BUG_ON(domain = NULL); + BUG_ON(domain == NULL); WARN_ON(domain->revmap_type != IRQ_DOMAIN_MAP_NOMAP); - virq = irq_alloc_desc_from(1, 0); @@ -106,7 +106,7 @@ index 41c1564..9e99054 100644 return 0; @@ -433,9 +436,9 @@ unsigned int irq_create_mapping(struct irq_domain *domain, hint = hwirq % nr_irqs; - if (hint = 0) + if (hint == 0) hint++; - virq = irq_alloc_desc_from(hint, 0); + virq = irq_alloc_desc_from(hint, of_node_to_nid(domain->of_node)); diff --git a/a/content_digest b/N1/content_digest index a652930..4560f6d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Paul Mundt <lethal@linux-sh.org>\0" "Subject\0[PATCH 1/2] irqdomain: Simple NUMA awareness.\0" - "Date\0Mon, 21 May 2012 05:06:31 +0000\0" + "Date\0Mon, 21 May 2012 14:06:31 +0900\0" "To\0Grant Likely <grant.likely@secretlab.ca>\0" "Cc\0linux-sh@vger.kernel.org" linux-kernel@vger.kernel.org @@ -105,7 +105,7 @@ " \t\treturn NULL;\n" " \n" "@@ -367,7 +370,7 @@ unsigned int irq_create_direct_mapping(struct irq_domain *domain)\n" - " \tBUG_ON(domain = NULL);\n" + " \tBUG_ON(domain == NULL);\n" " \tWARN_ON(domain->revmap_type != IRQ_DOMAIN_MAP_NOMAP);\n" " \n" "-\tvirq = irq_alloc_desc_from(1, 0);\n" @@ -115,7 +115,7 @@ " \t\treturn 0;\n" "@@ -433,9 +436,9 @@ unsigned int irq_create_mapping(struct irq_domain *domain,\n" " \thint = hwirq % nr_irqs;\n" - " \tif (hint = 0)\n" + " \tif (hint == 0)\n" " \t\thint++;\n" "-\tvirq = irq_alloc_desc_from(hint, 0);\n" "+\tvirq = irq_alloc_desc_from(hint, of_node_to_nid(domain->of_node));\n" @@ -128,4 +128,4 @@ "-- \n" 1.7.9.rc0.28.g0e1cf -ea8ce6b5de0bcc431b9012027be365cf2149a82ec89df6b3888af14b9e36cae9 +0c9bd78b52ba9a023f10f75ebdf3871b4923d06f50bb835827dccf9179ef2f7e
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.