]> git.sur5r.net Git - u-boot/commit
x86: tsc: Use notrace from <linux/compiler.h>
authorBin Meng <bmeng.cn@gmail.com>
Fri, 13 Nov 2015 08:11:20 +0000 (00:11 -0800)
committerSimon Glass <sjg@chromium.org>
Tue, 1 Dec 2015 13:23:51 +0000 (06:23 -0700)
commit2f80fc50354ce9c28648a75b345a1c01d112b10f
tree29b516f20329e02cdb10502032f82d75ea4b07fc
parent0f3176ed68705ceb220c395327aee7e690f7724b
x86: tsc: Use notrace from <linux/compiler.h>

Replace __attribute__((no_instrument_function)) with notrace from
<linux/compiler.h>.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/tsc_timer.c