Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45709
b: refs/heads/master
c: bbe1a59
h: refs/heads/master
i:
  45707: 9f536fa
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jan 23, 2007
1 parent c676cd7 commit 9a7302b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9ee79a3d372fcb6729893437f4923c5efd1f85db
refs/heads/master: bbe1a59b3a3d4af3869647d294618a23f6c9c6a4
3 changes: 2 additions & 1 deletion trunk/kernel/profile.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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();
Expand Down

0 comments on commit 9a7302b

Please sign in to comment.