Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105798
b: refs/heads/master
c: cebbd3f
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jul 25, 2008
1 parent 47f2ac6 commit 4b7c5c4
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: b03f6489f9f27dc519a4c60ebf39cc7b8a58eae7
refs/heads/master: cebbd3fb803603b12408458ba17c29ce1e15a5f2
6 changes: 4 additions & 2 deletions trunk/include/linux/profile.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ struct pt_regs;
struct notifier_block;

#if defined(CONFIG_PROFILING) && defined(CONFIG_PROC_FS)
void create_prof_cpu_mask(struct proc_dir_entry *);
void create_prof_cpu_mask(struct proc_dir_entry *de);
#else
#define create_prof_cpu_mask(x) do { (void)(x); } while (0)
static inline void create_prof_cpu_mask(struct proc_dir_entry *de)
{
}
#endif

enum profile_type {
Expand Down

0 comments on commit 4b7c5c4

Please sign in to comment.