From 6f645ff33ad20374c1b719f250bc1cef91a39833 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 29 Feb 2000 14:07:38 +0000 Subject: Eric Norum spotted this sentence where it said preemption had to be disabled for timeslicing to happen. This was wrong. --- doc/user/task.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/user/task.t b/doc/user/task.t index fa17102b31..7c57beff4a 100644 --- a/doc/user/task.t +++ b/doc/user/task.t @@ -1261,7 +1261,9 @@ mode parameter. The calling task will be preempted if it enables preemption and a higher priority task is ready to run. -Enabling timeslicing has no effect if preemption is enabled. +Enabling timeslicing has no effect if preemption is disabled. For +a task to be timesliced, that task must have both preemption and +timeslicing enabled. A task can obtain its current execution mode, without modifying it, by calling this directive with a mask value of -- cgit v1.2.3