diff for duplicates of <20201030151758.1241164-8-arnd@kernel.org> diff --git a/a/1.txt b/N1/1.txt index 691c6d2..c7cc2c6 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -59,7 +59,7 @@ index 13d94f0f94a0..08e4d480abe1 100644 cpuinfo->it_value = next_tick; /* Go do system house keeping. */ -- if (cpu = 0) +- if (cpu == 0) - xtime_update(ticks_elapsed); - - update_process_times(user_mode(get_irq_regs())); diff --git a/a/content_digest b/N1/content_digest index d571c4b..63970da 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020201030151758.1241164-1-arnd@kernel.org\0" "From\0Arnd Bergmann <arnd@kernel.org>\0" "Subject\0[PATCH v2 07/15] parisc: use legacy_timer_tick\0" - "Date\0Fri, 30 Oct 2020 15:17:50 +0000\0" + "Date\0Fri, 30 Oct 2020 16:17:50 +0100\0" "To\0linux-kernel@vger.kernel.org\0" "Cc\0Thomas Gleixner <tglx@linutronix.de>" Arnd Bergmann <arnd@arndb.de> @@ -86,7 +86,7 @@ " \tcpuinfo->it_value = next_tick;\n" " \n" " \t/* Go do system house keeping. */\n" - "-\tif (cpu = 0)\n" + "-\tif (cpu == 0)\n" "-\t\txtime_update(ticks_elapsed);\n" "-\n" "-\tupdate_process_times(user_mode(get_irq_regs()));\n" @@ -99,4 +99,4 @@ "-- \n" 2.27.0 -bfd59eab7ddfe3eb603ce87ff2215f2839a25f74421da30ae13d17ed6f8ca961 +779364214f3ba264cf78f48720acefccd955e8de8af7cc1d734debacacbccf32
diff --git a/a/1.txt b/N2/1.txt index 691c6d2..944acd5 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -59,7 +59,7 @@ index 13d94f0f94a0..08e4d480abe1 100644 cpuinfo->it_value = next_tick; /* Go do system house keeping. */ -- if (cpu = 0) +- if (cpu == 0) - xtime_update(ticks_elapsed); - - update_process_times(user_mode(get_irq_regs())); @@ -71,3 +71,9 @@ index 13d94f0f94a0..08e4d480abe1 100644 * The new CR16 must be "later" than current CR16 otherwise -- 2.27.0 + + +_______________________________________________ +linux-arm-kernel mailing list +linux-arm-kernel@lists.infradead.org +http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/a/content_digest b/N2/content_digest index d571c4b..690b603 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,28 +1,28 @@ "ref\020201030151758.1241164-1-arnd@kernel.org\0" "From\0Arnd Bergmann <arnd@kernel.org>\0" "Subject\0[PATCH v2 07/15] parisc: use legacy_timer_tick\0" - "Date\0Fri, 30 Oct 2020 15:17:50 +0000\0" + "Date\0Fri, 30 Oct 2020 16:17:50 +0100\0" "To\0linux-kernel@vger.kernel.org\0" - "Cc\0Thomas Gleixner <tglx@linutronix.de>" - Arnd Bergmann <arnd@arndb.de> - Russell King <linux@armlinux.org.uk> - Tony Luck <tony.luck@intel.com> + "Cc\0Sam Creasey <sammy@sammy.net>" Fenghua Yu <fenghua.yu@intel.com> - Greg Ungerer <gerg@linux-m68k.org> - Finn Thain <fthain@telegraphics.com.au> - Philip Blundell <philb@gnu.org> - Joshua Thompson <funaho@jurai.org> - Sam Creasey <sammy@sammy.net> - James E.J. Bottomley <James.Bottomley@hansenpartnership.com> - Helge Deller <deller@gmx.de> - Daniel Lezcano <daniel.lezcano@linaro.org> - John Stultz <john.stultz@linaro.org> - Stephen Boyd <sboyd@kernel.org> Linus Walleij <linus.walleij@linaro.org> + Tony Luck <tony.luck@intel.com> linux-ia64@vger.kernel.org Parisc List <linux-parisc@vger.kernel.org> + Arnd Bergmann <arnd@arndb.de> + Stephen Boyd <sboyd@kernel.org> + Philip Blundell <philb@gnu.org> + Helge Deller <deller@gmx.de> + Daniel Lezcano <daniel.lezcano@linaro.org> + Russell King <linux@armlinux.org.uk> + Finn Thain <fthain@telegraphics.com.au> + James E.J. Bottomley <James.Bottomley@hansenpartnership.com> linux-m68k <linux-m68k@lists.linux-m68k.org> - " Linux ARM <linux-arm-kernel@lists.infradead.org>\0" + John Stultz <john.stultz@linaro.org> + Linux ARM <linux-arm-kernel@lists.infradead.org> + Thomas Gleixner <tglx@linutronix.de> + Greg Ungerer <gerg@linux-m68k.org> + " Joshua Thompson <funaho@jurai.org>\0" "\00:1\0" "b\0" "From: Arnd Bergmann <arnd@arndb.de>\n" @@ -86,7 +86,7 @@ " \tcpuinfo->it_value = next_tick;\n" " \n" " \t/* Go do system house keeping. */\n" - "-\tif (cpu = 0)\n" + "-\tif (cpu == 0)\n" "-\t\txtime_update(ticks_elapsed);\n" "-\n" "-\tupdate_process_times(user_mode(get_irq_regs()));\n" @@ -97,6 +97,12 @@ " \t/* Skip clockticks on purpose if we know we would miss those.\n" " \t * The new CR16 must be \"later\" than current CR16 otherwise\n" "-- \n" - 2.27.0 + "2.27.0\n" + "\n" + "\n" + "_______________________________________________\n" + "linux-arm-kernel mailing list\n" + "linux-arm-kernel@lists.infradead.org\n" + http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -bfd59eab7ddfe3eb603ce87ff2215f2839a25f74421da30ae13d17ed6f8ca961 +1c71f2fa163faec64ad1dc90b8f60f55b6d62c696bb682661f6445ddbb3ba8bd
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.