diff for duplicates of <20180506073731.13097-7-npiggin@gmail.com> diff --git a/a/1.txt b/N1/1.txt index e56e038..916577c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -143,7 +143,7 @@ index a5d7309c2d05..5ac3206c51cc 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; + } @@ -195,7 +195,7 @@ index a5d7309c2d05..5ac3206c51cc 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 d6023cf..2e2ee2e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020180506073731.13097-1-npiggin@gmail.com\0" "From\0Nicholas Piggin <npiggin@gmail.com>\0" "Subject\0[PATCH 06/10] powerpc/mm/radix: implement LPID based TLB flushes to be used by KVM\0" - "Date\0Sun, 06 May 2018 07:37:27 +0000\0" + "Date\0Sun, 6 May 2018 17:37:27 +1000\0" "To\0kvm-ppc@vger.kernel.org\0" "Cc\0Nicholas Piggin <npiggin@gmail.com>" " linuxppc-dev@lists.ozlabs.org\0" @@ -152,7 +152,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" @@ -204,7 +204,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" @@ -291,4 +291,4 @@ "-- \n" 2.17.0 -48b1b7b236c8b570dcde3d8d5279dd800e9b4347436bcd8e23374ed0cef686d4 +c6ce57472860366318826a7e60967f93dc306f680b21d9cfcac281357b70e554
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.