From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Thu, 17 Jan 2002 08:06:51 +0000 Subject: Re: [Linux-ia64] Help with Ingo scheduler on IA64 Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> On Thu, 17 Jan 2002 10:43:21 +0100 (CET), Ingo Molnar said: Ingo> Every architecture has to define the following function: Ingo> extern void smp_migrate_task(int cpu, task_t *task); Ingo> the lowlevel code has to pass the 'task' pointer over to the Ingo> target CPU. (architectures that can send information in Ingo> cross-CPU messages can send it over directly - in the x86 case Ingo> it's done similarly to smp_call_function().) That sounds much better. Thanks, --david