Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 20 Jun 2002 03:27:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 20 Jun 2002 03:27:35 -0400 Received: from sj-msg-core-3.cisco.com ([171.70.157.152]:14530 "EHLO sj-msg-core-3.cisco.com") by vger.kernel.org with ESMTP id ; Thu, 20 Jun 2002 03:27:35 -0400 Message-ID: <3D1183AF.BCEE2BDF@cisco.com> Date: Thu, 20 Jun 2002 00:26:39 -0700 From: Manik Raina Organization: Cisco Systems X-Mailer: Mozilla 4.76 [en] (X11; U; SunOS 5.8 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: Ingo Molnar CC: Dave Jones , Linux Kernel , James Bottomley , Linus Torvalds Subject: Re: [patch] scheduler bits from 2.5.23-dj1 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 578 Lines: 22 Ingo, A small doubt, Should'nt this function below return something ? set_task_cpu() should return unsigned int but it seems to do nothing .... Ingo Molnar wrote: > + > +static inline unsigned int set_task_cpu(struct task_struct *p, unsigned int cpu) > +{ > +} > + > +#endif /* CONFIG_SMP */ > + > #endif /* __KERNEL__ */ > - 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/