diff for duplicates of <20120519184135.8CFBD3E03B8@localhost> diff --git a/a/1.txt b/N1/1.txt index 1847cfd..40b5aac 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -110,7 +110,7 @@ Otherwise this patch looks good to me. > return NULL; > > @@ -364,7 +372,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); @@ -120,7 +120,7 @@ Otherwise this patch looks good to me. > return 0; > @@ -430,9 +438,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, irq_domain_nid(domain->of_node)); diff --git a/a/content_digest b/N1/content_digest index 390a4cf..1c3d923 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,10 +2,11 @@ "ref\01337407908-7421-5-git-send-email-lethal@linux-sh.org\0" "From\0Grant Likely <grant.likely@secretlab.ca>\0" "Subject\0Re: [PATCH 4/8] irqdomain: Simple NUMA awareness.\0" - "Date\0Sat, 19 May 2012 18:41:35 +0000\0" + "Date\0Sat, 19 May 2012 12:41:35 -0600\0" "To\0Paul Mundt <lethal@linux-sh.org>\0" "Cc\0linux-sh@vger.kernel.org" - " linux-kernel@vger.kernel.org\0" + linux-kernel@vger.kernel.org + " Paul Mundt <lethal@linux-sh.org>\0" "\00:1\0" "b\0" "On Sat, 19 May 2012 15:11:44 +0900, Paul Mundt <lethal@linux-sh.org> wrote:\n" @@ -120,7 +121,7 @@ "> \t\treturn NULL;\n" "> \n" "> @@ -364,7 +372,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" @@ -130,7 +131,7 @@ "> \t\treturn 0;\n" "> @@ -430,9 +438,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, irq_domain_nid(domain->of_node));\n" @@ -148,4 +149,4 @@ "Grant Likely, B.Sc, P.Eng.\n" Secret Lab Technologies, Ltd. -a3867f04c18b672a894050d2ac6cd506ead922114f2d2562b8b7c5afea77ecb6 +bb485c4f044fd8e6b8018641c14c675f4afce3b1b7e5c4cbe7cf74dfdd80cbbb
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.