Re: [PATCH] smpboot: cachesize comparison fix in smp_tune_scheduling()

2007-05-24 Thread Jarek Poplawski
On Thu, May 24, 2007 at 04:02:07PM -0700, Andrew Morton wrote: > On Thu, 24 May 2007 12:33:23 +0200 > Jarek Poplawski <[EMAIL PROTECTED]> wrote: > > > > > smpboot: cachesize comparison fix in smp_tune_scheduling() > > > > boot_cpu_data.x86_cache_size is signed int and can be < 0 too. ... > Under

Re: [PATCH] smpboot: cachesize comparison fix in smp_tune_scheduling()

2007-05-24 Thread Andrew Morton
On Thu, 24 May 2007 12:33:23 +0200 Jarek Poplawski <[EMAIL PROTECTED]> wrote: > > smpboot: cachesize comparison fix in smp_tune_scheduling() > > boot_cpu_data.x86_cache_size is signed int and can be < 0 too. > > PS: this function is removed from current -mm. > > > Signed-off-by: Jarek Poplaws