mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [2.6.30-rc1] Append a comma to INIT_FTRACE_GRAPH.
@ 2009-04-08  5:05 Tetsuo Handa
  2009-04-08  8:25 ` Ingo Molnar
  2009-04-08  8:27 ` [tip:tracing/urgent] tracing: append " Tetsuo Handa
  0 siblings, 2 replies; 3+ messages in thread
From: Tetsuo Handa @ 2009-04-08  5:05 UTC (permalink / raw)
  To: srostedt; +Cc: linux-kernel

Due to lack of a comma, build fails if elements are appended to
INIT_TASK() macro.

arch/x86/kernel/init_task.c:33: error: request for member `XXXXXXXXXX' in something not a structure or union
arch/x86/kernel/init_task.c:33: error: initializer element is not constant
arch/x86/kernel/init_task.c:33: error: (near initialization for `init_task.ret_stack')
make[1]: *** [arch/x86/kernel/init_task.o] Error 1
make: *** [arch/x86/kernel] Error 2

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
---
 include/linux/ftrace.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.30-rc1.orig/include/linux/ftrace.h
+++ linux-2.6.30-rc1/include/linux/ftrace.h
@@ -357,7 +357,7 @@ struct ftrace_graph_ret {
 #ifdef CONFIG_FUNCTION_GRAPH_TRACER
 
 /* for init task */
-#define INIT_FTRACE_GRAPH		.ret_stack = NULL
+#define INIT_FTRACE_GRAPH		.ret_stack = NULL,
 
 /*
  * Stack of return addresses for functions

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-04-08  8:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-08  5:05 [2.6.30-rc1] Append a comma to INIT_FTRACE_GRAPH Tetsuo Handa
2009-04-08  8:25 ` Ingo Molnar
2009-04-08  8:27 ` [tip:tracing/urgent] tracing: append " Tetsuo Handa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®