public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Linux 2.5.23-dj1
@ 2002-06-19 11:23 Dave Jones
  2002-06-19 23:36 ` [patch] scheduler bits from 2.5.23-dj1 Ingo Molnar
  0 siblings, 1 reply; 17+ messages in thread
From: Dave Jones @ 2002-06-19 11:23 UTC (permalink / raw)
  To: Linux Kernel

Keeping up to date, and getting some of the more important bits
out of the way from the pending folder.

As usual,..

Patch against 2.5.23 vanilla is available from:
ftp://ftp.kernel.org/pub/linux/kernel/people/davej/patches/2.5/

Merged patch archive: http://www.codemonkey.org.uk/patches/merged/

Check http://www.codemonkey.org.uk/Linux-2.5.html before reporting
known bugs that are also in mainline.

 -- Davej.

2.5.23-dj1
o   Small UP optimisation in the scheduler.		(James Bottomley)
o   Update x86 cpufreq scaling code.			(Dominik Brodowski)
o   Export ioremap_nocache() for modules.		(Andi Kleen)
o   Export default_wake_function() for modules.		(Benjamin LaHaise)
o   Compaq hotplug compile fixes.			(Felipe Contreras)
o   Fix migration thread for non linear numbered CPUs.	(Ingo Molnar)
o   Framebuffer updates.				(James Simmons)
o   Introduce CONFIG_ISA option for i386.		(Andi Kleen)
o   Fix bad locking in driver/ core.			(Arnd Bergmann)

-- 
| Dave Jones.        http://www.codemonkey.org.uk
| SuSE Labs

^ permalink raw reply	[flat|nested] 17+ messages in thread
* Re: [patch] scheduler bits from 2.5.23-dj1
@ 2002-06-20 10:11 Mikael Pettersson
  0 siblings, 0 replies; 17+ messages in thread
From: Mikael Pettersson @ 2002-06-20 10:11 UTC (permalink / raw)
  To: manik, mingo; +Cc: linux-kernel

On Thu, 20 Jun 2002 00:26:39 -0700, Manik Raina wrote:
>	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)
>> +{
>> +}

My UP CPU number optimisation patch, from which this originates,
made the set_${foo}_cpu() inline 'void'. If for some reason a
return value is needed, just return 0 since that's what the
optimised-away "->cpu = 0" assignment would have had as value.

(The difference is that I had foo=thread_info, but Ingo lifted it
up so foo=task_struct here. I also removed the x86 thread_info cpu
field on UP.)

/Mikael

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2002-06-21  1:34 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-19 11:23 Linux 2.5.23-dj1 Dave Jones
2002-06-19 23:36 ` [patch] scheduler bits from 2.5.23-dj1 Ingo Molnar
2002-06-19 23:47   ` Robert Love
2002-06-20  0:07     ` Andrea Arcangeli
2002-06-20  0:10       ` Robert Love
2002-06-19 23:47   ` Dave Jones
2002-06-20 17:20     ` William Lee Irwin III
2002-06-20 17:31       ` Ingo Molnar
2002-06-20 17:52         ` William Lee Irwin III
2002-06-20 18:17         ` William Lee Irwin III
2002-06-20 19:26           ` William Lee Irwin III
2002-06-21  1:34             ` William Lee Irwin III
2002-06-19 23:56   ` William Lee Irwin III
2002-06-20  7:26   ` Manik Raina
2002-06-20 13:13     ` Ingo Molnar
2002-06-20 13:34     ` Ingo Molnar
  -- strict thread matches above, loose matches on Subject: below --
2002-06-20 10:11 Mikael Pettersson

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