aboutsummaryrefslogtreecommitdiff
path: root/share/security/patches/EN-20:22/callout.12.1.patch
diff options
context:
space:
mode:
Diffstat (limited to 'share/security/patches/EN-20:22/callout.12.1.patch')
-rw-r--r--share/security/patches/EN-20:22/callout.12.1.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/share/security/patches/EN-20:22/callout.12.1.patch b/share/security/patches/EN-20:22/callout.12.1.patch
deleted file mode 100644
index e77787d61b..0000000000
--- a/share/security/patches/EN-20:22/callout.12.1.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- sys/kern/kern_timeout.c.orig
-+++ sys/kern/kern_timeout.c
-@@ -1270,7 +1270,7 @@
- * just wait for the current invocation to
- * finish.
- */
-- while (cc_exec_curr(cc, direct) == c) {
-+ if (cc_exec_curr(cc, direct) == c) {
- /*
- * Use direct calls to sleepqueue interface
- * instead of cv/msleep in order to avoid
-@@ -1318,7 +1318,7 @@
-
- /* Reacquire locks previously released. */
- PICKUP_GIANT();
-- CC_LOCK(cc);
-+ goto again;
- }
- c->c_flags &= ~CALLOUT_ACTIVE;
- } else if (use_lock &&