]> git.baikalelectronics.ru Git - kernel.git/commit
sched/vtime: Move vtime accounting external declarations above inlines
authorSean Christopherson <seanjc@google.com>
Wed, 5 May 2021 00:27:31 +0000 (17:27 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 5 May 2021 20:54:11 +0000 (22:54 +0200)
commitdefb792715ea5575c78a417ff155efa130ea4d11
tree331a791cb2f2f40c8d4b03b46d246eab8245541b
parentf32b7f6d764fa4920312799a0a3ce58745c8cfa8
sched/vtime: Move vtime accounting external declarations above inlines

Move the blob of external declarations (and their stubs) above the set of
inline definitions (and their stubs) for vtime accounting.  This will
allow a future patch to bring in more inline definitions without also
having to shuffle large chunks of code.

No functional change intended.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com>
Link: https://lore.kernel.org/r/20210505002735.1684165-5-seanjc@google.com
include/linux/vtime.h