From: Linus Torvalds Date: Thu, 31 May 2007 14:55:16 +0000 (-0700) Subject: smpboot: fix cachesize comparison in smp_tune_scheduling() X-Git-Tag: v2.6.22-rc4~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8387c1a46376b8cfc5f4751b27a6c90f930992cf;p=pandora-kernel.git smpboot: fix cachesize comparison in smp_tune_scheduling() Jarek Poplawski noted that boot_cpu_data.x86_cache_size is signed int and can be < 0 too. In fact we test for it. Except we assigned it to an unsigned value.. Cc: Jarek Poplawski Cc: Ingo Molnar Cc: Nick Piggin Cc: Andi Kleen Cc: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed