Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210356
b: refs/heads/master
c: 269f45c
h: refs/heads/master
v: v3
  • Loading branch information
Robert Richter committed Sep 1, 2010
1 parent 5e835d3 commit aeb36e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 10f0412f57f2a76a90eff4376f59cbb0a39e4e18
refs/heads/master: 269f45c25028c75fe10e6d9be86e7202ab461fbc
6 changes: 4 additions & 2 deletions trunk/arch/x86/oprofile/nmi_int.c
Original file line number Diff line number Diff line change
Expand Up @@ -585,8 +585,10 @@ static void exit_sysfs(void)
}

#else
#define init_sysfs() do { } while (0)
#define exit_sysfs() do { } while (0)

static inline int init_sysfs(void) { return 0; }
static inline void exit_sysfs(void) { }

#endif /* CONFIG_PM */

static int __init p4_init(char **cpu_type)
Expand Down

0 comments on commit aeb36e0

Please sign in to comment.