Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100541
b: refs/heads/master
c: aa5e5ce
h: refs/heads/master
i:
  100539: f45448f
v: v3
  • Loading branch information
David Miller authored and Thomas Gleixner committed May 23, 2008
1 parent 9ebde35 commit e64dba4
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 74f4e369fc5b52433ad824cef32d3bf1304549be
refs/heads/master: aa5e5ceaf52a882a29d9b86531a20733f5116066
4 changes: 2 additions & 2 deletions trunk/kernel/trace/ftrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ static DEFINE_MUTEX(ftrace_filter_lock);

struct ftrace_page {
struct ftrace_page *next;
int index;
unsigned long index;
struct dyn_ftrace records[];
} __attribute__((packed));
};

#define ENTRIES_PER_PAGE \
((PAGE_SIZE - sizeof(struct ftrace_page)) / sizeof(struct dyn_ftrace))
Expand Down

0 comments on commit e64dba4

Please sign in to comment.