From mboxrd@z Thu Jan 1 00:00:00 1970 From: cdall@linaro.org (Christoffer Dall) Date: Sun, 29 Oct 2017 02:51:27 +0100 Subject: [PATCH v5 02/20] arm64: Implement arch_counter_get_cntpct to read the physical counter In-Reply-To: <20171027105323.hvbewckytr5gbpph@armageddon.cambridge.arm.com> References: <1509093281-15225-1-git-send-email-cdall@linaro.org> <1509093281-15225-3-git-send-email-cdall@linaro.org> <20171027105323.hvbewckytr5gbpph@armageddon.cambridge.arm.com> Message-ID: <20171029015127.GG2166@lvm> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Oct 27, 2017 at 11:53:24AM +0100, Catalin Marinas wrote: > On Fri, Oct 27, 2017 at 10:34:23AM +0200, Christoffer Dall wrote: > > From: Christoffer Dall > > > > As we are about to use the physical counter on arm64 systems that have > > KVM support, implement arch_counter_get_cntpct() and the associated > > errata workaround functionality for stable timer reads. > > > > Cc: Catalin Marinas > > Cc: Will Deacon > > Cc: Mark Rutland > > Acked-by: Marc Zyngier > > Signed-off-by: Christoffer Dall > > Just in case you need an ack for the arch/arm64/ hunks: > > Acked-by: Catalin Marinas Thanks Catalin! -Christoffer