Skip to content
Snippets Groups Projects
Commit edfac921 authored by Philipp Spilger's avatar Philipp Spilger
Browse files

feat: Change linking now() into internal memory

* fetch latency from extmem for getting time on PPU is to be avoided

Change-Id: Ifd994bbaca6ad5555a3970dad7a15c017aac7b9c
parent 66b9c67b
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ void sleep_cycles(uint32_t cycles);
because otherwise, mfsprs might get grouped together,
rendering measurement userless.
*/
time_base_t now();
time_base_t now() ATTRIB_LINK_TO_INTERNAL;
/*
Pair of time values.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment