From: Sergey Fedorov Date: Fri, 5 Jan 2024 10:44:18 +0000 (+0800) Subject: ppc.h: use mftb on ppc X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=c6fbc27960c6ae09af830e33884a40f53a879f6b;hp=c6fbc27960c6ae09af830e33884a40f53a879f6b;p=urcu.git ppc.h: use mftb on ppc Older versions of GNU as do not support mftbl. The issue affects Darwin PowerPC, as well as some older versions of NetBSD and Linux. Since mftb is equivalent and universally understood, just use that. Signed-off-by: Mathieu Desnoyers Change-Id: I098b70fa8bb077143d2d658835586b6b059b879f ---