Searched hist:f1eecf0e4f0796911cc076f38fcf05fea0b353d5 (Results 1 – 2 of 2) sorted by relevance
/linux/arch/powerpc/lib/ |
H A D | Makefile | diff f1eecf0e4f0796911cc076f38fcf05fea0b353d5 Wed Nov 26 21:54:46 CET 2008 Steven Rostedt <srotedt@redhat.com> powerpc/ppc32: static ftrace fixes for PPC32
Impact: fix for PowerPC 32 code
There were some early init code that was not safe for static ftrace to boot on my PowerBook. This code must only use relative addressing, and static mcount performs a compare of the ftrace_trace_function pointer, and gets that with an absolute address. In the early init boot up code, this will cause a fault.
This patch removes tracing from the files containing the offending functions.
Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
/linux/arch/powerpc/kernel/ |
H A D | Makefile | diff f1eecf0e4f0796911cc076f38fcf05fea0b353d5 Wed Nov 26 21:54:46 CET 2008 Steven Rostedt <srotedt@redhat.com> powerpc/ppc32: static ftrace fixes for PPC32
Impact: fix for PowerPC 32 code
There were some early init code that was not safe for static ftrace to boot on my PowerBook. This code must only use relative addressing, and static mcount performs a compare of the ftrace_trace_function pointer, and gets that with an absolute address. In the early init boot up code, this will cause a fault.
This patch removes tracing from the files containing the offending functions.
Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|