commit | 16e2011be67b8625c1c600f9742c2279be3c0c68 | [log] [tgz] |
---|---|---|
author | Glauber de Oliveira Costa <gcosta@redhat.com> | Wed Jan 30 13:31:03 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:31:03 2008 +0100 |
tree | 38ac1d9d31360cd02c15d4b4817b653bed40b967 | |
parent | 751de83c0c94a5235f14cff8549d3b39e745eb2b [diff] |
x86: allow sched clock to be overridden by paravirt This patch turns the sched_clock into native_sched_clock. sched clock becomes a weak symbol, which can then give its place to a paravirt definition. Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>