Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121043
b: refs/heads/master
c: 4de6274
h: refs/heads/master
i:
  121041: f66854f
  121039: 6c2f028
v: v3
  • Loading branch information
Lai Jiangshan authored and Ingo Molnar committed Oct 27, 2008
1 parent c77c50e commit dae6a0e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 505e371da195fad20cb8aaf45407a2849774d6d0
refs/heads/master: 4de62748e69c31fc4fd5bc43b73e9cf60a17ec53
3 changes: 1 addition & 2 deletions trunk/kernel/marker.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ static DEFINE_MUTEX(markers_mutex);
*/
#define MARKER_HASH_BITS 6
#define MARKER_TABLE_SIZE (1 << MARKER_HASH_BITS)
static struct hlist_head marker_table[MARKER_TABLE_SIZE];

/*
* Note about RCU :
Expand All @@ -68,8 +69,6 @@ struct marker_entry {
char name[0]; /* Contains name'\0'format'\0' */
};

static struct hlist_head marker_table[MARKER_TABLE_SIZE];

/**
* __mark_empty_function - Empty probe callback
* @probe_private: probe private data
Expand Down

0 comments on commit dae6a0e

Please sign in to comment.