Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88644
b: refs/heads/master
c: d717ca8
h: refs/heads/master
v: v3
  • Loading branch information
Paolo Ciarrocchi authored and Ingo Molnar committed Apr 17, 2008
1 parent 9400701 commit 8232327
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 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: 65eb6b4326daddd1cccd003bd4df3fd75b06f0e1
refs/heads/master: d717ca84c02f4b60a85502c23bca5698801dfaae
13 changes: 7 additions & 6 deletions trunk/arch/x86/oprofile/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,19 @@
#include <linux/oprofile.h>
#include <linux/init.h>
#include <linux/errno.h>

/* We support CPUs that have performance counters like the Pentium Pro

/*
* We support CPUs that have performance counters like the Pentium Pro
* with the NMI mode driver.
*/
extern int op_nmi_init(struct oprofile_operations * ops);
extern int op_nmi_timer_init(struct oprofile_operations * ops);

extern int op_nmi_init(struct oprofile_operations *ops);
extern int op_nmi_timer_init(struct oprofile_operations *ops);
extern void op_nmi_exit(void);
extern void x86_backtrace(struct pt_regs * const regs, unsigned int depth);


int __init oprofile_arch_init(struct oprofile_operations * ops)
int __init oprofile_arch_init(struct oprofile_operations *ops)
{
int ret;

Expand Down

0 comments on commit 8232327

Please sign in to comment.