All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1578415992-24054-5-git-send-email-krzk@kernel.org>

diff --git a/a/1.txt b/N1/1.txt
index 9e9d24d..0d798bd 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -136,7 +136,7 @@ index b30dc128210d..cb24d1bd6141 100644
 --- a/arch/alpha/include/asm/core_mcpcia.h
 +++ b/arch/alpha/include/asm/core_mcpcia.h
 @@ -267,7 +267,7 @@ extern inline int __mcpcia_is_mmio(unsigned long addr)
- 	return (addr & 0x80000000UL) = 0;
+ 	return (addr & 0x80000000UL) == 0;
  }
  
 -__EXTERN_INLINE unsigned int mcpcia_ioread8(void __iomem *xaddr)
diff --git a/a/content_digest b/N1/content_digest
index f44a777..54dd6cd 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -8,7 +8,7 @@
   "Subject\0[RFT 03/13] alpha: Constify ioreadX() iomem argument (as in generic implementation)\0"
 ]
 [
-  "Date\0Tue, 07 Jan 2020 16:53:01 +0000\0"
+  "Date\0Tue,  7 Jan 2020 17:53:01 +0100\0"
 ]
 [
   "To\0Richard Henderson <rth\@twiddle.net>",
@@ -205,7 +205,7 @@
   "--- a/arch/alpha/include/asm/core_mcpcia.h\n",
   "+++ b/arch/alpha/include/asm/core_mcpcia.h\n",
   "\@\@ -267,7 +267,7 \@\@ extern inline int __mcpcia_is_mmio(unsigned long addr)\n",
-  " \treturn (addr & 0x80000000UL) = 0;\n",
+  " \treturn (addr & 0x80000000UL) == 0;\n",
   " }\n",
   " \n",
   "-__EXTERN_INLINE unsigned int mcpcia_ioread8(void __iomem *xaddr)\n",
@@ -416,4 +416,4 @@
   "2.7.4"
 ]
 
-e017d0c1939e85fa2779be2c657d2ba26f38b53c92f56e00972d54f8e3d5ec68
+1b28f10e80073860a51c3b6bfb010c3a71ab9342a4db834adbd0760f56e64792

diff --git a/a/1.txt b/N2/1.txt
index 9e9d24d..fb117f3 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -136,7 +136,7 @@ index b30dc128210d..cb24d1bd6141 100644
 --- a/arch/alpha/include/asm/core_mcpcia.h
 +++ b/arch/alpha/include/asm/core_mcpcia.h
 @@ -267,7 +267,7 @@ extern inline int __mcpcia_is_mmio(unsigned long addr)
- 	return (addr & 0x80000000UL) = 0;
+ 	return (addr & 0x80000000UL) == 0;
  }
  
 -__EXTERN_INLINE unsigned int mcpcia_ioread8(void __iomem *xaddr)
@@ -344,4 +344,10 @@ index c025a3e5e357..e49918b91fee 100644
  	unsigned int ret = IO_CONCAT(__IO_PREFIX,ioread32)(addr);
  	mb();
 -- 
-2.7.4
\ No newline at end of file
+2.7.4
+
+
+_______________________________________________
+linux-snps-arc mailing list
+linux-snps-arc@lists.infradead.org
+http://lists.infradead.org/mailman/listinfo/linux-snps-arc
\ No newline at end of file
diff --git a/a/content_digest b/N2/content_digest
index f44a777..19a235d 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -8,7 +8,7 @@
   "Subject\0[RFT 03/13] alpha: Constify ioreadX() iomem argument (as in generic implementation)\0"
 ]
 [
-  "Date\0Tue, 07 Jan 2020 16:53:01 +0000\0"
+  "Date\0Tue,  7 Jan 2020 17:53:01 +0100\0"
 ]
 [
   "To\0Richard Henderson <rth\@twiddle.net>",
@@ -205,7 +205,7 @@
   "--- a/arch/alpha/include/asm/core_mcpcia.h\n",
   "+++ b/arch/alpha/include/asm/core_mcpcia.h\n",
   "\@\@ -267,7 +267,7 \@\@ extern inline int __mcpcia_is_mmio(unsigned long addr)\n",
-  " \treturn (addr & 0x80000000UL) = 0;\n",
+  " \treturn (addr & 0x80000000UL) == 0;\n",
   " }\n",
   " \n",
   "-__EXTERN_INLINE unsigned int mcpcia_ioread8(void __iomem *xaddr)\n",
@@ -413,7 +413,13 @@
   " \tunsigned int ret = IO_CONCAT(__IO_PREFIX,ioread32)(addr);\n",
   " \tmb();\n",
   "-- \n",
-  "2.7.4"
+  "2.7.4\n",
+  "\n",
+  "\n",
+  "_______________________________________________\n",
+  "linux-snps-arc mailing list\n",
+  "linux-snps-arc\@lists.infradead.org\n",
+  "http://lists.infradead.org/mailman/listinfo/linux-snps-arc"
 ]
 
-e017d0c1939e85fa2779be2c657d2ba26f38b53c92f56e00972d54f8e3d5ec68
+5456c5607a163c42b7302ef5dda262e5e4988ea5ccff6b7ef1fd2902b8a088bf

diff --git a/a/1.txt b/N3/1.txt
index 9e9d24d..0472b6e 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -136,7 +136,7 @@ index b30dc128210d..cb24d1bd6141 100644
 --- a/arch/alpha/include/asm/core_mcpcia.h
 +++ b/arch/alpha/include/asm/core_mcpcia.h
 @@ -267,7 +267,7 @@ extern inline int __mcpcia_is_mmio(unsigned long addr)
- 	return (addr & 0x80000000UL) = 0;
+ 	return (addr & 0x80000000UL) == 0;
  }
  
 -__EXTERN_INLINE unsigned int mcpcia_ioread8(void __iomem *xaddr)
@@ -344,4 +344,9 @@ index c025a3e5e357..e49918b91fee 100644
  	unsigned int ret = IO_CONCAT(__IO_PREFIX,ioread32)(addr);
  	mb();
 -- 
-2.7.4
\ No newline at end of file
+2.7.4
+
+_______________________________________________
+dri-devel mailing list
+dri-devel@lists.freedesktop.org
+https://lists.freedesktop.org/mailman/listinfo/dri-devel
\ No newline at end of file
diff --git a/a/content_digest b/N3/content_digest
index f44a777..abb767b 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -8,7 +8,7 @@
   "Subject\0[RFT 03/13] alpha: Constify ioreadX() iomem argument (as in generic implementation)\0"
 ]
 [
-  "Date\0Tue, 07 Jan 2020 16:53:01 +0000\0"
+  "Date\0Tue,  7 Jan 2020 17:53:01 +0100\0"
 ]
 [
   "To\0Richard Henderson <rth\@twiddle.net>",
@@ -205,7 +205,7 @@
   "--- a/arch/alpha/include/asm/core_mcpcia.h\n",
   "+++ b/arch/alpha/include/asm/core_mcpcia.h\n",
   "\@\@ -267,7 +267,7 \@\@ extern inline int __mcpcia_is_mmio(unsigned long addr)\n",
-  " \treturn (addr & 0x80000000UL) = 0;\n",
+  " \treturn (addr & 0x80000000UL) == 0;\n",
   " }\n",
   " \n",
   "-__EXTERN_INLINE unsigned int mcpcia_ioread8(void __iomem *xaddr)\n",
@@ -413,7 +413,12 @@
   " \tunsigned int ret = IO_CONCAT(__IO_PREFIX,ioread32)(addr);\n",
   " \tmb();\n",
   "-- \n",
-  "2.7.4"
+  "2.7.4\n",
+  "\n",
+  "_______________________________________________\n",
+  "dri-devel mailing list\n",
+  "dri-devel\@lists.freedesktop.org\n",
+  "https://lists.freedesktop.org/mailman/listinfo/dri-devel"
 ]
 
-e017d0c1939e85fa2779be2c657d2ba26f38b53c92f56e00972d54f8e3d5ec68
+583f3d4250da5e2b79c23b84a0114116662a269aa5be95b6a7f5e6bf926c188d

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.