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:
parent
8534d1980a
commit
c753fbf6f6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue