1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

tsc: remove always_inline attribute

This commit is contained in:
Steffen Vogel 2018-10-21 10:33:48 +02:00
parent 8534d1980a
commit c753fbf6f6

View file

@ -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