summaryrefslogtreecommitdiff
path: root/target/linux/patches/2.6.33.3/exmap.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-05-16 13:15:00 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-05-16 13:15:00 +0200
commit8a325b2af866300353e500e9693fc08991df52b7 (patch)
tree9edad7622e05f93ad702931a327c779a0a1e996a /target/linux/patches/2.6.33.3/exmap.patch
parent04d3f4ea9953ed01898d336c4b175273b457394c (diff)
add preliminary support for my pcmcia smartcard reader
Diffstat (limited to 'target/linux/patches/2.6.33.3/exmap.patch')
-rw-r--r--target/linux/patches/2.6.33.3/exmap.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/patches/2.6.33.3/exmap.patch b/target/linux/patches/2.6.33.3/exmap.patch
new file mode 100644
index 000000000..012e4794e
--- /dev/null
+++ b/target/linux/patches/2.6.33.3/exmap.patch
@@ -0,0 +1,11 @@
+diff -Nur linux-2.6.32.orig/kernel/pid.c linux-2.6.32/kernel/pid.c
+--- linux-2.6.32.orig/kernel/pid.c 2009-12-03 04:51:21.000000000 +0100
++++ linux-2.6.32/kernel/pid.c 2009-12-06 01:04:41.000000000 +0100
+@@ -387,6 +387,7 @@
+ {
+ return find_task_by_pid_ns(vnr, current->nsproxy->pid_ns);
+ }
++EXPORT_SYMBOL(find_task_by_vpid);
+
+ struct pid *get_task_pid(struct task_struct *task, enum pid_type type)
+ {