From c753fbf6f65213cef4d5b5fdebc32ccbac6453d8 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 21 Oct 2018 10:33:48 +0200 Subject: [PATCH] tsc: remove always_inline attribute --- include/villas/tsc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/villas/tsc.h b/include/villas/tsc.h index e643562f8..e8154e93a 100644 --- a/include/villas/tsc.h +++ b/include/villas/tsc.h @@ -88,7 +88,7 @@ static inline uint64_t rdtsc() return tsc; } -__attribute__((unused,always_inline)) +__attribute__((unused)) static uint64_t tsc_now(struct tsc *t) { return t->rdtscp_supported