diff for duplicates of <20180416043240.8796-3-npiggin@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 07bb1f8..7602aeb 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -128,7 +128,7 @@ index 2fba6170ab3f..c2b001dc4dd9 100644 + __tlbiel_lpid(lpid, 0, ric); + + /* For PWC, only one flush is needed */ -+ if (ric = RIC_FLUSH_PWC) { ++ if (ric == RIC_FLUSH_PWC) { + asm volatile("ptesync": : :"memory"); + return; + } @@ -156,7 +156,7 @@ index 2fba6170ab3f..c2b001dc4dd9 100644 + __tlbiel_lpid_guest(lpid, 0, ric); + + /* For PWC, only one flush is needed */ -+ if (ric = RIC_FLUSH_PWC) { ++ if (ric == RIC_FLUSH_PWC) { + asm volatile("ptesync": : :"memory"); + return; + } diff --git a/a/content_digest b/N1/content_digest index 83ed160..dc1d606 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020180416043240.8796-1-npiggin@gmail.com\0" "From\0Nicholas Piggin <npiggin@gmail.com>\0" "Subject\0[PATCH v2 2/5] powerpc/mm/radix: implement LPID based TLB flushes to be used by KVM\0" - "Date\0Mon, 16 Apr 2018 04:32:37 +0000\0" + "Date\0Mon, 16 Apr 2018 14:32:37 +1000\0" "To\0kvm-ppc@vger.kernel.org\0" "Cc\0Nicholas Piggin <npiggin@gmail.com>" " linuxppc-dev@lists.ozlabs.org\0" @@ -137,7 +137,7 @@ "+\t__tlbiel_lpid(lpid, 0, ric);\n" "+\n" "+\t/* For PWC, only one flush is needed */\n" - "+\tif (ric = RIC_FLUSH_PWC) {\n" + "+\tif (ric == RIC_FLUSH_PWC) {\n" "+\t\tasm volatile(\"ptesync\": : :\"memory\");\n" "+\t\treturn;\n" "+\t}\n" @@ -165,7 +165,7 @@ "+\t__tlbiel_lpid_guest(lpid, 0, ric);\n" "+\n" "+\t/* For PWC, only one flush is needed */\n" - "+\tif (ric = RIC_FLUSH_PWC) {\n" + "+\tif (ric == RIC_FLUSH_PWC) {\n" "+\t\tasm volatile(\"ptesync\": : :\"memory\");\n" "+\t\treturn;\n" "+\t}\n" @@ -243,4 +243,4 @@ "-- \n" 2.17.0 -9d1051cdb903047e125a1dd3f6bd5dac39403bdd51513caa9cb6211aa860b317 +bd4a4dac35923ea25928e5ae91c1d828f3f9aba3eb6b97bb66c6bb786509873c
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.