All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <496A232A.5070801@sgi.com>

diff --git a/a/1.txt b/N1/1.txt
index c923134..7ea4833 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -25,11 +25,11 @@ David Miller wrote:
 > --- a/arch/sparc/include/asm/topology_64.h
 > +++ b/arch/sparc/include/asm/topology_64.h
 > @@ -47,6 +47,10 @@ static inline int pcibus_to_node(struct pci_bus *pbus)
->  	(pcibus_to_node(bus) = -1 ? \
+>  	(pcibus_to_node(bus) == -1 ? \
 >  	 CPU_MASK_ALL : \
 >  	 node_to_cpumask(pcibus_to_node(bus)))
 > +#define cpumask_of_pcibus(bus)	\
-> +	(pcibus_to_node(bus) = -1 ? \
+> +	(pcibus_to_node(bus) == -1 ? \
 > +	 CPU_MASK_ALL_PTR : \
 > +	 cpumask_of_node(pcibus_to_node(bus)))
 >  
diff --git a/a/content_digest b/N1/content_digest
index 1aba12e..e01b9e0 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,7 +3,7 @@
  "ref\020090111.040640.188129980.davem@davemloft.net\0"
  "From\0Mike Travis <travis@sgi.com>\0"
  "Subject\0Re: cpumask change causes sparc build bustage\0"
- "Date\0Sun, 11 Jan 2009 16:49:46 +0000\0"
+ "Date\0Sun, 11 Jan 2009 08:49:46 -0800\0"
  "To\0David Miller <davem@davemloft.net>\0"
  "Cc\0sfr@canb.auug.org.au"
   linux-kernel@vger.kernel.org
@@ -39,11 +39,11 @@
  "> --- a/arch/sparc/include/asm/topology_64.h\n"
  "> +++ b/arch/sparc/include/asm/topology_64.h\n"
  "> @@ -47,6 +47,10 @@ static inline int pcibus_to_node(struct pci_bus *pbus)\n"
- ">  \t(pcibus_to_node(bus) = -1 ? \\\n"
+ ">  \t(pcibus_to_node(bus) == -1 ? \\\n"
  ">  \t CPU_MASK_ALL : \\\n"
  ">  \t node_to_cpumask(pcibus_to_node(bus)))\n"
  "> +#define cpumask_of_pcibus(bus)\t\\\n"
- "> +\t(pcibus_to_node(bus) = -1 ? \\\n"
+ "> +\t(pcibus_to_node(bus) == -1 ? \\\n"
  "> +\t CPU_MASK_ALL_PTR : \\\n"
  "> +\t cpumask_of_node(pcibus_to_node(bus)))\n"
  ">  \n"
@@ -59,4 +59,4 @@
  "Thanks,\n"
  Mike
 
-6e5a24117cdff4231339c3b23b521a2e67c08726b616d18e3000f5e36bd3e25c
+ca138e8624a53135961a885c4dfafec9d86fe3b929e63ad6999a7e1524837c78

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.