]> git.pld-linux.org Git - packages/bluez-kernel.git/commitdiff
- allow build with kernel with O(1) scheduler
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 15 Apr 2003 14:08:38 +0000 (14:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bluez-kernel-O1.patch -> 1.1

bluez-kernel-O1.patch [new file with mode: 0644]

diff --git a/bluez-kernel-O1.patch b/bluez-kernel-O1.patch
new file mode 100644 (file)
index 0000000..f7724a1
--- /dev/null
@@ -0,0 +1,15 @@
+--- bluez-kernel-2.3/bnep/core.c.orig  Fri Nov  1 18:48:51 2002
++++ bluez-kernel-2.3/bnep/core.c       Tue Apr 15 15:04:42 2003
+@@ -458,7 +458,12 @@
+         sigfillset(&current->blocked);
+       flush_signals(current);
++#ifdef MAX_RT_PRIO
++      /* kernel with O(1) scheduler */
++      user_set_nice(current, -15);
++#else
+       current->nice = -15;
++#endif
+         set_fs(KERNEL_DS);
This page took 0.415671 seconds and 4 git commands to generate.