public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH]O20.2int
@ 2003-09-15 23:46 Con Kolivas
  0 siblings, 0 replies; only message in thread
From: Con Kolivas @ 2003-09-15 23:46 UTC (permalink / raw)
  To: linux kernel mailing list; +Cc: Andrew Morton

[-- Attachment #1: Type: text/plain, Size: 269 bytes --]

Not sure why I made this incorrect change in the first place, but it would 
hardly be noticable except in latency tests. This patch reverts it. 

Patch applies to 2.6.0-test5-mm2 or an O20.1int patched kernel. Diffs 
available here:

http://ck.kolivas.org/patches

Con

[-- Attachment #2: patch-O20.1-O20.2int --]
[-- Type: text/x-diff, Size: 486 bytes --]

--- linux-2.6.0-test5-mm2/kernel/sched.c	2003-09-16 09:25:58.000000000 +1000
+++ linux-2.6.0-test5-mm2-O20.2/kernel/sched.c	2003-09-16 09:27:57.000000000 +1000
@@ -1430,7 +1430,7 @@ void scheduler_tick(int user_ticks, int 
 		 */
 		if (TASK_INTERACTIVE(p) && !((task_timeslice(p) -
 			p->time_slice) % TIMESLICE_GRANULARITY(p)) &&
-			(p->time_slice >= (MIN_TIMESLICE * 2)) &&
+			(p->time_slice >= MIN_TIMESLICE) &&
 			(p->array == rq->active)) {
 
 			dequeue_task(p, rq->active);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-09-15 23:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-15 23:46 [PATCH]O20.2int Con Kolivas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox