lib: Don't instrument the div64 function
authorSimon Glass <sjg@chromium.org>
Wed, 24 Feb 2016 16:14:46 +0000 (09:14 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Feb 2016 15:53:10 +0000 (08:53 -0700)
commit83cc112e82fea5f521a3bf6334dce6e6c56ef0e6
tree07019510ec310c4d143267dc0f35be283b32e2e6
parent5eca977935bf58f4227b2681e612a452a0da0286
lib: Don't instrument the div64 function

This function can be called from the timer code on instrumented functions.
Mark it as 'notrace' so that it doesn't cause infinite recursion.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
lib/div64.c