diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-05-09 18:53:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-05-09 18:53:20 +0200 |
commit | e50fc70318f95f3a754f07e699acd3f5b73b2dcb (patch) | |
tree | 6205af9eb2d5d6cc462b92b816423d7046b63a2d /target/linux/patches | |
parent | 4858d9ba5e0d92b7e4e1086fd1b64fbbc4a72c93 (diff) |
Revert "workround coldfire sighander bug, heisenberg effect?"
This reverts commit 4858d9ba5e0d92b7e4e1086fd1b64fbbc4a72c93.
Diffstat (limited to 'target/linux/patches')
-rw-r--r-- | target/linux/patches/4.4.8/coldfire-debug.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/patches/4.4.8/coldfire-debug.patch b/target/linux/patches/4.4.8/coldfire-debug.patch deleted file mode 100644 index c0ce3bfbd..000000000 --- a/target/linux/patches/4.4.8/coldfire-debug.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Nur linux-4.4.8.orig/arch/m68k/kernel/signal.c linux-4.4.8/arch/m68k/kernel/signal.c ---- linux-4.4.8.orig/arch/m68k/kernel/signal.c 2016-04-20 08:44:02.000000000 +0200 -+++ linux-4.4.8/arch/m68k/kernel/signal.c 2016-05-08 13:32:39.067883350 +0200 -@@ -595,6 +595,7 @@ - void __user *fp) - { - int fsize = frame_extra_sizes(formatvec >> 12); -+ printk("debug: coldfire sighandler broken?..\n"); - if (fsize < 0) { - /* - * user process trying to return with weird frame format |