Re: [patch 32/38] powerpc/spufs: Use mftb() directly
"Arnd Bergmann" <[email protected]> Mon, 13 Apr 2026 16:43:14 +0200
| Newsgroups | gmane.linux.ports.m68k,gmane.linux.kernel,gmane.linux.ports.ppc64.devel,gmane.linux.network,gmane.linux.kernel.wireless.general,gmane.linux.kernel.cryptoapi,gmane.linux.kernel.mm,gmane.comp.file-systems.ext4,gmane.linux.hams,gmane.linux.ports.alpha,gmane.linux.ports.arm.kernel,gmane.linux.ports.parisc,gmane.linux.ports.riscv,gmane.linux.ports.sparc |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Apr 10, 2026, at 14:21, Thomas Gleixner wrote: > There is no reason to indirect via get_cycles(), which is about to be > removed. > > Use mftb() directly. > > Signed-off-by: Thomas Gleixner <[email protected]> > Cc: Michael Ellerman <[email protected]> > Cc: [email protected] Acked-by: Arnd Bergmann <[email protected]>