diff options
author | Peter Zijlstra <[email protected]> | 2018-10-11 12:38:26 +0200 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2018-10-14 11:11:22 +0200 |
commit | 4907c68abd3f60f650f98d5a69d4ec77c0bde44f (patch) | |
tree | 1a08e7f0fab0e26c4d8651598bb7450c8e3faeed /drivers/fpga/fpga-bridge.c | |
parent | 3a27203102ebfa67bd0bced05b1def499bb59db2 (diff) |
x86/tsc: Force inlining of cyc2ns bits
Looking at the asm for native_sched_clock() I noticed we don't inline
enough. Mostly caused by sharing code with cyc2ns_read_begin(), which
we didn't used to do. So mark all that __force_inline to make it DTRT.
Fixes: 59eaef78bfea ("x86/tsc: Remodel cyc2ns to use seqcount_latch()")
Reported-by: Eric Dumazet <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions