summaryrefslogtreecommitdiff
path: root/target/linux/patches/2.6.28/sunrpc-kallsym-deactivated.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-08-23 21:51:01 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-08-23 21:51:01 +0200
commitd3f9368c4bc389e7838abc4077d6ce92b77b2d31 (patch)
tree7eca0f5d178276969cd4b794964e2d62c20a9484 /target/linux/patches/2.6.28/sunrpc-kallsym-deactivated.patch
parentdf0420a62dde5030d0cf8c28c26031f5deb59155 (diff)
remove all older patches, all targets use 2.6.30.5
Diffstat (limited to 'target/linux/patches/2.6.28/sunrpc-kallsym-deactivated.patch')
-rw-r--r--target/linux/patches/2.6.28/sunrpc-kallsym-deactivated.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/patches/2.6.28/sunrpc-kallsym-deactivated.patch b/target/linux/patches/2.6.28/sunrpc-kallsym-deactivated.patch
deleted file mode 100644
index 3c5f38fdf..000000000
--- a/target/linux/patches/2.6.28/sunrpc-kallsym-deactivated.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -Nur linux-2.6.28.orig/net/sunrpc/clnt.c linux-2.6.28/net/sunrpc/clnt.c
---- linux-2.6.28.orig/net/sunrpc/clnt.c 2008-12-25 00:26:37.000000000 +0100
-+++ linux-2.6.28/net/sunrpc/clnt.c 2009-01-04 16:35:59.000000000 +0100
-@@ -1548,7 +1548,9 @@
-
- /* map tk_action pointer to a function name; then trim off
- * the "+0x0 [sunrpc]" */
-+#ifdef CONFIG_KALLSYMS
- sprint_symbol(action, (unsigned long)task->tk_action);
-+#endif
- p = strchr(action, '+');
- if (p)
- *p = '\0';