[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-117226d15850387b55fd01675917ee4fcb9699e8@git.kernel.org>
Date: Fri, 28 Aug 2009 12:28:56 GMT
From: tip-bot for Jason Baron <jbaron@...hat.com>
To: linux-tip-commits@...r.kernel.org
Cc: brueckner@...ux.vnet.ibm.com, mathieu.desnoyers@...ymtl.ca,
mingo@...hat.com, peterz@...radead.org, fweisbec@...il.com,
rostedt@...dmis.org, heiko.carstens@...ibm.com, tglx@...utronix.de,
jbaron@...hat.com, laijs@...fujitsu.com,
linux-kernel@...r.kernel.org, hpa@...or.com, jiayingz@...gle.com,
lizf@...fujitsu.com, lethal@...ux-sh.org, jistone@...hat.com,
mingo@...e.hu, mbligh@...gle.com
Subject: [tip:tracing/core] tracing: Remove FTRACE_SYSCALL_MAX definitions
Commit-ID: 117226d15850387b55fd01675917ee4fcb9699e8
Gitweb: http://git.kernel.org/tip/117226d15850387b55fd01675917ee4fcb9699e8
Author: Jason Baron <jbaron@...hat.com>
AuthorDate: Mon, 24 Aug 2009 17:40:26 -0400
Committer: Frederic Weisbecker <fweisbec@...il.com>
CommitDate: Wed, 26 Aug 2009 21:30:39 +0200
tracing: Remove FTRACE_SYSCALL_MAX definitions
Remove the FTRACE_SYSCALL_MAX definitions now that we have converted the
syscall event tracing code to use NR_syscalls.
Signed-off-by: Jason Baron <jbaron@...hat.com>
Cc: Paul Mundt <lethal@...ux-sh.org>
Cc: Frederic Weisbecker <fweisbec@...il.com>
Cc: Ingo Molnar <mingo@...e.hu>
Cc: Lai Jiangshan <laijs@...fujitsu.com>
Cc: Steven Rostedt <rostedt@...dmis.org>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Mathieu Desnoyers <mathieu.desnoyers@...ymtl.ca>
Cc: Jiaying Zhang <jiayingz@...gle.com>
Cc: Martin Bligh <mbligh@...gle.com>
Cc: Li Zefan <lizf@...fujitsu.com>
Cc: Josh Stone <jistone@...hat.com>
Cc: Thomas Gleixner <tglx@...utronix.de>
Cc: H. Peter Anwin <hpa@...or.com>
Cc: Hendrik Brueckner <brueckner@...ux.vnet.ibm.com>
Cc: Heiko Carstens <heiko.carstens@...ibm.com>
LKML-Reference: <f2240cdc8f0b1ca7617390c8f5ec90ba2bd348cf.1251146513.git.jbaron@...hat.com>
Signed-off-by: Frederic Weisbecker <fweisbec@...il.com>
---
arch/x86/include/asm/ftrace.h | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/arch/x86/include/asm/ftrace.h b/arch/x86/include/asm/ftrace.h
index 7113654..db24c22 100644
--- a/arch/x86/include/asm/ftrace.h
+++ b/arch/x86/include/asm/ftrace.h
@@ -28,13 +28,6 @@
#endif
-/* FIXME: I don't want to stay hardcoded */
-#ifdef CONFIG_X86_64
-# define FTRACE_SYSCALL_MAX 299
-#else
-# define FTRACE_SYSCALL_MAX 337
-#endif
-
#ifdef CONFIG_FUNCTION_TRACER
#define MCOUNT_ADDR ((long)(mcount))
#define MCOUNT_INSN_SIZE 5 /* sizeof mcount call */
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists