提交 bbe1a59b 编写于 作者: A Andrew Morton 提交者: Linus Torvalds

[PATCH] fix "kvm: add vm exit profiling"

export profile_hits() on !SMP too.

Cc: Ingo Molnar <mingo@elte.hu>
Cc: Avi Kivity <avi@qumranet.com>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 9ee79a3d
...@@ -331,7 +331,6 @@ void profile_hits(int type, void *__pc, unsigned int nr_hits) ...@@ -331,7 +331,6 @@ void profile_hits(int type, void *__pc, unsigned int nr_hits)
local_irq_restore(flags); local_irq_restore(flags);
put_cpu(); put_cpu();
} }
EXPORT_SYMBOL_GPL(profile_hits);
static int __devinit profile_cpu_callback(struct notifier_block *info, static int __devinit profile_cpu_callback(struct notifier_block *info,
unsigned long action, void *__cpu) unsigned long action, void *__cpu)
...@@ -401,6 +400,8 @@ void profile_hits(int type, void *__pc, unsigned int nr_hits) ...@@ -401,6 +400,8 @@ void profile_hits(int type, void *__pc, unsigned int nr_hits)
} }
#endif /* !CONFIG_SMP */ #endif /* !CONFIG_SMP */
EXPORT_SYMBOL_GPL(profile_hits);
void profile_tick(int type) void profile_tick(int type)
{ {
struct pt_regs *regs = get_irq_regs(); struct pt_regs *regs = get_irq_regs();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册