[linux-yocto] [PATCH] meta: rsp: fix mips ftrace disable

michel.thebeau at windriver.com michel.thebeau at windriver.com
Mon Apr 22 08:49:47 PDT 2013


From: Michel Thebeau <michel.thebeau at windriver.com>

Kernel v3.8+ have broken mips dynamic ftrace, disable it also for
Routerstation Pro.  Copy this solution from mti-malta commit:
"meta/mips: disable CONFIG_FTRACE"

Signed-off-by: Michel Thebeau <michel.thebeau at windriver.com>
---
 bsp/routerstationpro/routerstationpro.scc |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/bsp/routerstationpro/routerstationpro.scc b/bsp/routerstationpro/routerstationpro.scc
index f1cfc38..1dc2226 100644
--- a/bsp/routerstationpro/routerstationpro.scc
+++ b/bsp/routerstationpro/routerstationpro.scc
@@ -1,6 +1,9 @@
 kconf hardware routerstationpro.cfg
 kconf hardware watchdog.cfg
 
+# v3.8+ kernels have broken mips dynamic ftrace, disable it completely for now
+include features/ftrace/ftrace-disable.scc
+
 include cfg/usb-mass-storage.scc
 include cfg/fs/vfat.scc
 
-- 
1.7.9.7




More information about the linux-yocto mailing list