]> Git Repo - linux.git/commit
time: don't inline EXPORT_SYMBOL functions
authorGreg Kroah-Hartman <[email protected]>
Fri, 22 Feb 2013 00:42:40 +0000 (16:42 -0800)
committerLinus Torvalds <[email protected]>
Fri, 22 Feb 2013 01:22:19 +0000 (17:22 -0800)
commitaf3b56289be1f65d5c9f28bb1775e01056a5a2de
tree3f3991255ab0c97e387657749a31a7f3b93a586b
parentf3d8496e9c841874faf4f2c850d2322453c89e94
time: don't inline EXPORT_SYMBOL functions

How is the compiler even handling exported functions that are marked
inline? Anyway, these shouldn't be inline because of that, so remove
that marking.

Based on a larger patch by Mark Charlebois to get LLVM to build the
kernel.

Cc: Thomas Gleixner <[email protected]>
Cc: Mark Charlebois <[email protected]>
Cc: Paul Gortmaker <[email protected]>
Cc: hank <[email protected]>
Cc: John Stultz <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
kernel/time.c
This page took 0.05191 seconds and 4 git commands to generate.