diff for duplicates of <20120731144000.33fd4a0a@thinkpad> diff --git a/a/1.txt b/N1/1.txt index b58f9e5..1e9ff49 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -33,9 +33,3 @@ extern int arch_remove_memory(unsigned long start, unsigned long size); On all archs other than x86 you have: int arch_remove_memory(u64 start, u64 size) - --- -To unsubscribe, send a message with 'unsubscribe linux-mm' in -the body to majordomo@kvack.org. For more info on Linux MM, -see: http://www.linux-mm.org/ . -Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> diff --git a/a/content_digest b/N1/content_digest index b8fa9fd..1e731da 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,7 +4,7 @@ "ref\050166379.4090305@cn.fujitsu.com\0" "From\0Gerald Schaefer <gerald.schaefer@de.ibm.com>\0" "Subject\0Re: [RFC PATCH v5 12/19] memory-hotplug: introduce new function arch_remove_memory()\0" - "Date\0Tue, 31 Jul 2012 14:40:00 +0200\0" + "Date\0Tue, 31 Jul 2012 12:40:00 +0000\0" "To\0Wen Congyang <wency@cn.fujitsu.com>\0" "Cc\0Heiko Carstens <heiko.carstens@de.ibm.com>" linux-mm@kvack.org @@ -61,12 +61,6 @@ "extern int arch_remove_memory(unsigned long start, unsigned long size);\n" "\n" "On all archs other than x86 you have:\n" - "int arch_remove_memory(u64 start, u64 size)\n" - "\n" - "--\n" - "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n" - "the body to majordomo@kvack.org. For more info on Linux MM,\n" - "see: http://www.linux-mm.org/ .\n" - "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" + int arch_remove_memory(u64 start, u64 size) -25b069c9020e3e786e1631531297f38af51e12679993b9e5b8e202c62fcdf157 +31d178d23da5490978677d3648324d2449fef68b0c1f4a680902fc48d9b615ed
diff --git a/a/1.txt b/N2/1.txt index b58f9e5..8edce3c 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -11,13 +11,13 @@ Wen Congyang <wency@cn.fujitsu.com> wrote: > >> > >> Note: the function for s390 is not implemented(I don't know how to > >> implement it for s390). -> > +> >=20 > > There is no hardware or firmware interface which could trigger a > > hot memory remove on s390. So there is nothing that needs to be > > implemented. -> +>=20 > Thanks for providing this information. -> +>=20 > According to this, arch_remove_memory() for s390 can just return > -EBUSY. @@ -25,17 +25,12 @@ Yes, but there is a prototype mismatch for arch_remove_memory() on s390 and also other architectures (u64 vs. unsigned long). arch/s390/mm/init.c:262: error: conflicting types for -‘arch_remove_memory’ include/linux/memory_hotplug.h:88: error: previous -declaration of ‘arch_remove_memory’ was here +=E2=80=98arch_remove_memory=E2=80=99 include/linux/memory_hotplug.h:88: err= +or: previous +declaration of =E2=80=98arch_remove_memory=E2=80=99 was here In memory_hotplug.h you have: extern int arch_remove_memory(unsigned long start, unsigned long size); On all archs other than x86 you have: int arch_remove_memory(u64 start, u64 size) - --- -To unsubscribe, send a message with 'unsubscribe linux-mm' in -the body to majordomo@kvack.org. For more info on Linux MM, -see: http://www.linux-mm.org/ . -Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> diff --git a/a/content_digest b/N2/content_digest index b8fa9fd..ba82fd3 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -6,25 +6,24 @@ "Subject\0Re: [RFC PATCH v5 12/19] memory-hotplug: introduce new function arch_remove_memory()\0" "Date\0Tue, 31 Jul 2012 14:40:00 +0200\0" "To\0Wen Congyang <wency@cn.fujitsu.com>\0" - "Cc\0Heiko Carstens <heiko.carstens@de.ibm.com>" - linux-mm@kvack.org - linux-kernel@vger.kernel.org - linuxppc-dev@lists.ozlabs.org + "Cc\0linux-s390@vger.kernel.org" + linux-ia64@vger.kernel.org + len.brown@intel.com linux-acpi@vger.kernel.org - linux-s390@vger.kernel.org linux-sh@vger.kernel.org - linux-ia64@vger.kernel.org + Heiko Carstens <heiko.carstens@de.ibm.com> + linux-kernel@vger.kernel.org cmetcalf@tilera.com - rientjes@google.com - liuj97@gmail.com - len.brown@intel.com - benh@kernel.crashing.org + linux-mm@kvack.org + Yasuaki ISIMATU <isimatu.yasuaki@jp.fujitsu.com> paulus@samba.org - cl@linux.com minchan.kim@gmail.com - akpm@linux-foundation.org kosaki.motohiro@jp.fujitsu.com - " Yasuaki ISIMATU <isimatu.yasuaki@jp.fujitsu.com>\0" + rientjes@google.com + cl@linux.com + linuxppc-dev@lists.ozlabs.org + akpm@linux-foundation.org + " liuj97@gmail.com\0" "\00:1\0" "b\0" "On Mon, 30 Jul 2012 18:35:37 +0800\n" @@ -40,13 +39,13 @@ "> >>\n" "> >> Note: the function for s390 is not implemented(I don't know how to\n" "> >> implement it for s390).\n" - "> > \n" + "> >=20\n" "> > There is no hardware or firmware interface which could trigger a\n" "> > hot memory remove on s390. So there is nothing that needs to be\n" "> > implemented.\n" - "> \n" + ">=20\n" "> Thanks for providing this information.\n" - "> \n" + ">=20\n" "> According to this, arch_remove_memory() for s390 can just return\n" "> -EBUSY.\n" "\n" @@ -54,19 +53,14 @@ "and also other architectures (u64 vs. unsigned long).\n" "\n" "arch/s390/mm/init.c:262: error: conflicting types for\n" - "\342\200\230arch_remove_memory\342\200\231 include/linux/memory_hotplug.h:88: error: previous\n" - "declaration of \342\200\230arch_remove_memory\342\200\231 was here\n" + "=E2=80=98arch_remove_memory=E2=80=99 include/linux/memory_hotplug.h:88: err=\n" + "or: previous\n" + "declaration of =E2=80=98arch_remove_memory=E2=80=99 was here\n" "\n" "In memory_hotplug.h you have:\n" "extern int arch_remove_memory(unsigned long start, unsigned long size);\n" "\n" "On all archs other than x86 you have:\n" - "int arch_remove_memory(u64 start, u64 size)\n" - "\n" - "--\n" - "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n" - "the body to majordomo@kvack.org. For more info on Linux MM,\n" - "see: http://www.linux-mm.org/ .\n" - "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" + int arch_remove_memory(u64 start, u64 size) -25b069c9020e3e786e1631531297f38af51e12679993b9e5b8e202c62fcdf157 +0fe7a6c791ebb09423ef8f13567e56d76fb7705958325e45f6e6f61f6ce7a73f
diff --git a/a/1.txt b/N3/1.txt index b58f9e5..1e9ff49 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -33,9 +33,3 @@ extern int arch_remove_memory(unsigned long start, unsigned long size); On all archs other than x86 you have: int arch_remove_memory(u64 start, u64 size) - --- -To unsubscribe, send a message with 'unsubscribe linux-mm' in -the body to majordomo@kvack.org. For more info on Linux MM, -see: http://www.linux-mm.org/ . -Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> diff --git a/a/content_digest b/N3/content_digest index b8fa9fd..18128f0 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -61,12 +61,6 @@ "extern int arch_remove_memory(unsigned long start, unsigned long size);\n" "\n" "On all archs other than x86 you have:\n" - "int arch_remove_memory(u64 start, u64 size)\n" - "\n" - "--\n" - "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n" - "the body to majordomo@kvack.org. For more info on Linux MM,\n" - "see: http://www.linux-mm.org/ .\n" - "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" + int arch_remove_memory(u64 start, u64 size) -25b069c9020e3e786e1631531297f38af51e12679993b9e5b8e202c62fcdf157 +8f7a38b6b02e0ce2e8c0a83c0087721537ba2574c91a0b42d3be547b4ae7ccdb
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.