Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 16 Jan 2002 04:17:28 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 16 Jan 2002 04:17:10 -0500 Received: from nat-pool-meridian.redhat.com ([12.107.208.200]:44969 "EHLO devserv.devel.redhat.com") by vger.kernel.org with ESMTP id ; Wed, 16 Jan 2002 04:16:08 -0500 Date: Wed, 16 Jan 2002 04:15:47 -0500 (EST) From: Ingo Molnar X-X-Sender: To: Rusty Russell cc: linux-kernel , Linus Torvalds Subject: Re: [PATCH] I3 sched tweaks... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 16 Jan 2002, Rusty Russell wrote: > 1) Comment about RT event id removed (no longer relevent). > 2) Order by address, delete rq_cpu(). > 3) lock_task_rq returns the rq, rather than assigning it, for clarity. ok. > 4) scheduler_tick needs no args (p is always equal to current). i have not taken this part. We have 'current' calculated in update_process_times(), so why not pass it along to the scheduler_tick() function? > 5) Unused max_rq_len() function deleted. ok. Ingo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/