aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/tsc.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2008-11-08 10:24:28 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2008-11-08 10:24:28 -0800
commita622cf69b806bbb1887913c04e01d0c25b892876 (patch)
tree08c2da8eea9ab32957735672514c603e96a402be /arch/x86/kernel/tsc.c
parentaf3e48ffce029a191f1bc4b8550e8571303233d5 (diff)
parent7cbaef9c83e58bbd4bdd534b09052b6c5ec457d5 (diff)
downloadkernel_samsung_espresso10-a622cf69b806bbb1887913c04e01d0c25b892876.zip
kernel_samsung_espresso10-a622cf69b806bbb1887913c04e01d0c25b892876.tar.gz
kernel_samsung_espresso10-a622cf69b806bbb1887913c04e01d0c25b892876.tar.bz2
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: sched: optimize sched_clock() a bit sched: improve sched_clock() performance
Diffstat (limited to 'arch/x86/kernel/tsc.c')
-rw-r--r--arch/x86/kernel/tsc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/tsc.c b/arch/x86/kernel/tsc.c
index 2ef80e3..424093b 100644
--- a/arch/x86/kernel/tsc.c
+++ b/arch/x86/kernel/tsc.c
@@ -55,7 +55,7 @@ u64 native_sched_clock(void)
rdtscll(this_offset);
/* return the value in ns */
- return cycles_2_ns(this_offset);
+ return __cycles_2_ns(this_offset);
}
/* We need to define a real function for sched_clock, to override the