--- v5
+++ v4
@@ -5,20 +5,11 @@
stuff is tricky and I'd appreciate extra scrutiny of the series for
correctness--in particular, the adaptation of remove_pagetable() from x86.
-Former patch 1 is now a separate fix. This set still depends on it:
-https://lkml.kernel.org/r/1483475991-16999-1-git-send-email-arbab@linux.vnet.ibm.com
-
/* changelog */
-v5:
-* Retain pr_info() of the size used to map each address range.
-
-* flush_tlb_kernel_range() -> radix__flush_tlb_kernel_range()
-
v4:
-* https://lkml.kernel.org/r/1483476218-17271-1-git-send-email-arbab@linux.vnet.ibm.com
-
-* Sent patch 1 as a standalone fix.
+* Sent patch 1 as a standalone fix. This set still depends on it:
+ https://lkml.kernel.org/r/1483475991-16999-1-git-send-email-arbab@linux.vnet.ibm.com
* Extract a common function that can be used by both radix_init_pgtable() and
radix__create_section_mapping().
@@ -51,8 +42,8 @@
arch/powerpc/include/asm/book3s/64/radix.h | 5 +
arch/powerpc/mm/pgtable-book3s64.c | 4 +-
- arch/powerpc/mm/pgtable-radix.c | 257 ++++++++++++++++++++++++-----
- 3 files changed, 225 insertions(+), 41 deletions(-)
+ arch/powerpc/mm/pgtable-radix.c | 254 ++++++++++++++++++++++++-----
+ 3 files changed, 222 insertions(+), 41 deletions(-)
--
1.8.3.1