From: Dave Jones Date: Thu, 23 Nov 2006 01:42:01 +0000 (-0500) Subject: [PATCH] Correct bound checking from the value returned from _PPC method. X-Git-Tag: v2.6.19~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0916bd3ebb7cefdd0f432e8491abe24f4b5a101e;p=pandora-kernel.git [PATCH] Correct bound checking from the value returned from _PPC method. processor_perflib.c::acpi_processor_ppc_notifier() check if the value returned by the processor's _PPC method is 0 and return failed if so. This is wrong since 0 indicate that the bios think the processor can go to the highest frequency. This patch for example fix the HP NX 6125 to allow its highest frequency to be available. Signed-off-by: Bruno Ducrot Cc: "Pallipadi, Venkatesh" Signed-off-by: Dave Jones Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed