summaryrefslogtreecommitdiffstats
path: root/abs/core/kernel26/2.6.37.1-fix-no-more-unsigned.patch
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2011-07-17 20:40:13 (GMT)
committerCecil <knoppmyth@gmail.com>2011-07-17 20:40:13 (GMT)
commit99940cf1f228736b21713df64f993015ae0d586d (patch)
tree66681918a7fdaddfeced8d977c46c63cc6c4ba8b /abs/core/kernel26/2.6.37.1-fix-no-more-unsigned.patch
parentde0161dec5775de3e8929570ae2fd19d2359df11 (diff)
downloadlinhes_pkgbuild-99940cf1f228736b21713df64f993015ae0d586d.zip
linhes_pkgbuild-99940cf1f228736b21713df64f993015ae0d586d.tar.gz
linhes_pkgbuild-99940cf1f228736b21713df64f993015ae0d586d.tar.bz2
kernel26:Bumped to 2.6.39.3 w/ ck2 and fbdecon.
Diffstat (limited to 'abs/core/kernel26/2.6.37.1-fix-no-more-unsigned.patch')
-rw-r--r--abs/core/kernel26/2.6.37.1-fix-no-more-unsigned.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/abs/core/kernel26/2.6.37.1-fix-no-more-unsigned.patch b/abs/core/kernel26/2.6.37.1-fix-no-more-unsigned.patch
deleted file mode 100644
index f132379..0000000
--- a/abs/core/kernel26/2.6.37.1-fix-no-more-unsigned.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- linux-2.6.37.orig/kernel/sched_bfs.c 2011-02-18 23:09:39.000000000 +0200
-+++ linux-2.6.37/kernel/sched_bfs.c 2011-02-18 23:13:17.368000023 +0200
-@@ -3352,7 +3352,7 @@
- * This waits for either a completion of a specific task to be signaled or for a
- * specified timeout to expire. It is interruptible. The timeout is in jiffies.
- */
--unsigned long __sched
-+long __sched
- wait_for_completion_interruptible_timeout(struct completion *x,
- unsigned long timeout)
- {
-@@ -3385,7 +3385,7 @@
- * signaled or for a specified timeout to expire. It can be
- * interrupted by a kill signal. The timeout is in jiffies.
- */
--unsigned long __sched
-+long __sched
- wait_for_completion_killable_timeout(struct completion *x,
- unsigned long timeout)
- {