From 9a7302bc38a8c9cc7e08de28614b4f66964c3aac Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Mon, 22 Jan 2007 20:40:33 -0800 Subject: [PATCH] --- yaml --- r: 45709 b: refs/heads/master c: bbe1a59b3a3d4af3869647d294618a23f6c9c6a4 h: refs/heads/master i: 45707: 9f536fa59e7fc23dd74f7e8654bac1deabb1c869 v: v3 --- [refs] | 2 +- trunk/kernel/profile.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ce40792a1d90..ab66b4c413c4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9ee79a3d372fcb6729893437f4923c5efd1f85db +refs/heads/master: bbe1a59b3a3d4af3869647d294618a23f6c9c6a4 diff --git a/trunk/kernel/profile.c b/trunk/kernel/profile.c index a6574a18514e..d6579d511069 100644 --- a/trunk/kernel/profile.c +++ b/trunk/kernel/profile.c @@ -331,7 +331,6 @@ void profile_hits(int type, void *__pc, unsigned int nr_hits) local_irq_restore(flags); put_cpu(); } -EXPORT_SYMBOL_GPL(profile_hits); static int __devinit profile_cpu_callback(struct notifier_block *info, unsigned long action, void *__cpu) @@ -401,6 +400,8 @@ void profile_hits(int type, void *__pc, unsigned int nr_hits) } #endif /* !CONFIG_SMP */ +EXPORT_SYMBOL_GPL(profile_hits); + void profile_tick(int type) { struct pt_regs *regs = get_irq_regs();