]> Git Repo - linux.git/commit
x86/tsc: Mark cyc2ns_init() and detect_art() __init
authorDou Liyang <[email protected]>
Wed, 8 Nov 2017 10:09:52 +0000 (18:09 +0800)
committerIngo Molnar <[email protected]>
Fri, 10 Nov 2017 09:02:08 +0000 (10:02 +0100)
commit120fc3fbb7787fb70240190cc9c113d1f6523c42
tree23996e05fc326ef305eb91057ab440fc29720c0a
parentb3270a5210229ee543339d34b74ba527f978c55b
x86/tsc: Mark cyc2ns_init() and detect_art() __init

These two functions are only called by tsc_init(), which is an __init
function during boot time, so mark them __init as well.

Signed-off-by: Dou Liyang <[email protected]>
Acked-by: Thomas Gleixner <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/kernel/tsc.c
This page took 0.055881 seconds and 4 git commands to generate.