aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLai Jiangshan <[email protected]>2009-03-13 17:51:27 +0800
committerIngo Molnar <[email protected]>2009-03-13 11:36:20 +0100
commite94142a67f8bad494c593f0a07c9fc2fbec98c0e (patch)
tree75419622606aa186da5592302c91cb93471bec26 /include/linux
parent850a80cfaa5aec3e626eb3736eff890a80e4fa77 (diff)
ftrace: remove struct list_head from struct dyn_ftrace
Impact: save memory The struct dyn_ftrace table is very large, this patch will save about 50%. Signed-off-by: Lai Jiangshan <[email protected]> Cc: Steven Rostedt <[email protected]> LKML-Reference: <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/ftrace.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ftrace.h b/include/linux/ftrace.h
index c146c1021a29..9d598bbf28a6 100644
--- a/include/linux/ftrace.h
+++ b/include/linux/ftrace.h
@@ -145,7 +145,6 @@ enum {
};
struct dyn_ftrace {
- struct list_head list;
unsigned long ip; /* address of mcount call-site */
unsigned long flags;
struct dyn_arch_ftrace arch;