Skip to content
Commit aba5b397 authored by Borislav Petkov (AMD)'s avatar Borislav Petkov (AMD) Committed by David S. Miller
Browse files

hamradio: baycom_epp: Do not use x86-specific rdtsc()



Use get_cycles() which is provided by pretty much every arch.

The UML build works too because get_cycles() is a simple "return 0;"
because the rdtsc() is optimized away there.

Signed-off-by: default avatarBorislav Petkov (AMD) <bp@alien8.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1d330d4f
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